mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +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:
@@ -240,6 +240,10 @@ else
|
||||
# version now.
|
||||
bitsery_dep = dependency('bitsery', version : '>=5.2.0')
|
||||
endif
|
||||
|
||||
# The DBus headers are also only accessed through the include path. We don't
|
||||
# link to libdbus-1 to make soname changes don't completely break yabridge.
|
||||
dbus_dep = dependency('dbus-1').partial_dependency(compile_args : true, includes : true)
|
||||
function2_dep = dependency('function2', version : '>=4.0.0')
|
||||
ghc_filesystem_dep = dependency('ghc_filesystem', modules : 'ghcFilesystem::ghc_filesystem', version : '>=1.5.0')
|
||||
threads_dep = dependency('threads')
|
||||
|
||||
Reference in New Issue
Block a user