mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user