package/asterisk: add bluez5_utils optional dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 11 Jan 2020 09:20:16 +0000 (10:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 11 Jan 2020 14:29:13 +0000 (15:29 +0100)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/asterisk/asterisk.mk

index 00070aadba1cc310f7d4bc00d62991d1c20ee0bc..bfdcb49e8f4cabf231ddfa9bfd67ece016723c68 100644 (file)
@@ -139,6 +139,9 @@ endif
 ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
 ASTERISK_DEPENDENCIES += bluez_utils
 ASTERISK_CONF_OPTS += --with-bluetooth
+else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
+ASTERISK_DEPENDENCIES += bluez5_utils
+ASTERISK_CONF_OPTS += --with-bluetooth
 else
 ASTERISK_CONF_OPTS += --without-bluetooth
 endif