Kaynağa Gözat

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 5 yıl önce
ebeveyn
işleme
dd3d7d1806
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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