[Buildroot] [git commit] package/ofono: add bluez5_utils optional dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jan 11 14:29:08 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=b36773810b707d0178f5fb68d36896d7ca2333e2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/ofono/ofono.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/ofono/ofono.mk b/package/ofono/ofono.mk
index 797e30bd43..2a6cc80719 100644
--- 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



More information about the buildroot mailing list