mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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)
|
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
|
||||||
OFONO_CONF_OPTS += --enable-bluetooth
|
OFONO_CONF_OPTS += --enable-bluetooth
|
||||||
OFONO_DEPENDENCIES += bluez_utils
|
OFONO_DEPENDENCIES += bluez_utils
|
||||||
|
else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
|
||||||
|
OFONO_CONF_OPTS += --enable-bluetooth
|
||||||
|
OFONO_DEPENDENCIES += bluez5_utils
|
||||||
else
|
else
|
||||||
OFONO_CONF_OPTS += --disable-bluetooth
|
OFONO_CONF_OPTS += --disable-bluetooth
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user