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>
This commit is contained in:
parent
81321c62c7
commit
b36773810b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user