mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
build-sys: Fix the Meson build
The recent bluetooth patches didn't update the Meson build system.
This commit is contained in:
parent
1b6e5b8554
commit
2f6a46ca1a
2 changed files with 6 additions and 2 deletions
|
|
@ -1,9 +1,13 @@
|
|||
libbluez5_util_sources = [
|
||||
'a2dp-codec-sbc.c',
|
||||
'a2dp-codec-util.c',
|
||||
'bluez5-util.c',
|
||||
]
|
||||
|
||||
libbluez5_util_headers = [
|
||||
'a2dp-codec-api.h',
|
||||
'a2dp-codecs.h',
|
||||
'a2dp-codec-util.h',
|
||||
'bluez5-util.h',
|
||||
'rtp.h',
|
||||
]
|
||||
|
|
@ -21,6 +25,6 @@ libbluez5_util = shared_library('libbluez5_util',
|
|||
libbluez5_util_headers,
|
||||
c_args : [pa_c_args, server_c_args],
|
||||
include_directories : [configinc, topinc],
|
||||
dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, dbus_dep],
|
||||
dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, dbus_dep, sbc_dep],
|
||||
install : true
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue