mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -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
|
|
@ -127,6 +127,7 @@ mathlib = cc.find_library('m', required : false)
|
|||
rt_lib = cc.find_library('rt', required : false) # clock_gettime
|
||||
dl_lib = cc.find_library('dl', required : false)
|
||||
pthread_lib = cc.find_library('pthread', required : true)
|
||||
dbus_dep = dependency('dbus-1')
|
||||
gst_dep = [dependency('gstreamer-1.0'),
|
||||
dependency('gstreamer-plugins-base-1.0'),
|
||||
dependency('gstreamer-video-1.0'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue