mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
use plain libdbus instead of GDBus
This commit is contained in:
parent
4e94743906
commit
7ecfc28d0f
4 changed files with 318 additions and 89 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue