Connect to the session message bus using libdbus-1

This is the first step of migrating the desktop notifications over to
pure DBus.
This commit is contained in:
Robbert van der Helm
2022-10-28 16:01:43 +02:00
parent d94d7e886b
commit d1b3de5fc0
5 changed files with 112 additions and 1 deletions
+3
View File
@@ -7,6 +7,7 @@ vst2_plugin_deps = [
asio_dep,
bitsery_dep,
dbus_dep,
dl_dep,
ghc_filesystem_dep,
rt_dep,
@@ -21,6 +22,7 @@ if with_clap
asio_dep,
bitsery_dep,
clap_dep,
dbus_dep,
dl_dep,
function2_dep,
ghc_filesystem_dep,
@@ -36,6 +38,7 @@ if with_vst3
asio_dep,
bitsery_dep,
dbus_dep,
dl_dep,
function2_dep,
ghc_filesystem_dep,