meson: Fix bluez5 version requirement
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Fri, 19 Oct 2018 10:43:21 +0000 (17:43 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 27 Dec 2018 11:55:56 +0000 (17:25 +0530)
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
meson.build

index 34c6775..a80bf81 100644 (file)
@@ -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')