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

index 797e30bd436879e85aa45d906831b552059ded66..2a6cc8071902f040a42ef97e495acdb41e7e83dd 100644 (file)
@@ -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