projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81321c6
)
package/ofono: add bluez5_utils optional dependency
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 11 Jan 2020 09:19:14 +0000
(10:19 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/ofono/ofono.mk
b/package/ofono/ofono.mk
index 797e30bd436879e85aa45d906831b552059ded66..2a6cc8071902f040a42ef97e495acdb41e7e83dd 100644
(file)
--- a/
package/ofono/ofono.mk
+++ b/
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