Explorar o código

package/asterisk: add bluez5_utils optional dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine %!s(int64=5) %!d(string=hai) anos
pai
achega
dd3d7d1806
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      package/asterisk/asterisk.mk

+ 3 - 0
package/asterisk/asterisk.mk

@@ -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