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:
Robbert van der Helm
2022-10-28 17:52:23 +02:00
parent 91832e5c0f
commit b58eca9ed1
6 changed files with 123 additions and 123 deletions
-3
View File
@@ -8,7 +8,6 @@ if is_64bit_system
asio_dep,
bitsery_dep,
dbus_dep,
function2_dep,
ghc_filesystem_dep,
rt_dep,
@@ -38,7 +37,6 @@ if with_bitbridge
asio_dep,
ghc_filesystem_dep,
bitsery_dep,
dbus_dep,
function2_dep,
rt_dep,
tomlplusplus_dep,
@@ -65,7 +63,6 @@ host_sources = files(
'../common/logging/common.cpp',
'../common/logging/vst2.cpp',
'../common/audio-shm.cpp',
'../common/notifications.cpp',
'../common/plugins.cpp',
'../common/process.cpp',
'../common/utils.cpp',