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
+2
View File
@@ -8,6 +8,7 @@ if is_64bit_system
asio_dep,
bitsery_dep,
dbus_dep,
function2_dep,
ghc_filesystem_dep,
rt_dep,
@@ -37,6 +38,7 @@ if with_bitbridge
asio_dep,
ghc_filesystem_dep,
bitsery_dep,
dbus_dep,
function2_dep,
rt_dep,
tomlplusplus_dep,