use plain libdbus instead of GDBus

This commit is contained in:
Wim Taymans 2016-11-24 18:17:29 +01:00
parent 4e94743906
commit 7ecfc28d0f
4 changed files with 318 additions and 89 deletions

View file

@ -52,7 +52,7 @@ libpinos = shared_library('pinos', pinos_sources,
include_directories : [configinc, spa_inc],
link_with : spalib,
install : true,
dependencies : [glib_dep, gio_dep, mathlib, pthread_lib],
dependencies : [glib_dep, dbus_dep, mathlib, pthread_lib],
)
pinos_dep = declare_dependency(link_with : libpinos,