mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Fix bluez5 version requirement
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
ab5e5fe5c6
commit
edd9c60984
1 changed files with 1 additions and 2 deletions
|
|
@ -266,8 +266,7 @@ if avahi_dep.found()
|
|||
cdata.set('HAVE_AVAHI', 1)
|
||||
endif
|
||||
|
||||
# TODO fix bluez version, it seems wrong
|
||||
bluez_dep = dependency('bluez', version : '>= 4.101', required : get_option('bluez5'))
|
||||
bluez_dep = dependency('bluez', version : '>= 5.0', required : get_option('bluez5'))
|
||||
sbc_dep = dependency('sbc', version : '>= 1.0', required : false)
|
||||
if bluez_dep.found()
|
||||
assert(dbus_dep.found(), 'BlueZ requires D-Bus support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue