Browse Source

package/ofono: 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 years ago
parent
commit
b36773810b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/ofono/ofono.mk

+ 3 - 0
package/ofono/ofono.mk

@@ -41,6 +41,9 @@ endif
 ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
 OFONO_CONF_OPTS += --enable-bluetooth
 OFONO_DEPENDENCIES += bluez_utils
+else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
+OFONO_CONF_OPTS += --enable-bluetooth
+OFONO_DEPENDENCIES += bluez5_utils
 else
 OFONO_CONF_OPTS += --disable-bluetooth
 endif