mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Move XMML and URL escape functions to common/utils
So we don't need to include notifications.h on the Wine side. The alternative would be to put ifdef guards around everything involving notification sending in `notifications.cpp` but that would be even more problematic.
This commit is contained in:
@@ -19,6 +19,7 @@ vst2_chainloader_sources = files(
|
||||
'../common/linking.cpp',
|
||||
'../common/notifications.cpp',
|
||||
'../common/process.cpp',
|
||||
'../common/utils.cpp',
|
||||
'utils.cpp',
|
||||
'vst2-chainloader.cpp',
|
||||
)
|
||||
@@ -29,6 +30,7 @@ if with_clap
|
||||
'../common/linking.cpp',
|
||||
'../common/notifications.cpp',
|
||||
'../common/process.cpp',
|
||||
'../common/utils.cpp',
|
||||
'utils.cpp',
|
||||
'clap-chainloader.cpp',
|
||||
)
|
||||
@@ -40,6 +42,7 @@ if with_vst3
|
||||
'../common/linking.cpp',
|
||||
'../common/notifications.cpp',
|
||||
'../common/process.cpp',
|
||||
'../common/utils.cpp',
|
||||
'utils.cpp',
|
||||
'vst3-chainloader.cpp',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user