[Buildroot] [PATCH 1/1] package/ofono: add bluez5_utils optional dependency

Fabrice Fontaine fontaine.fabrice at gmail.com
Sat Jan 11 09:19:14 UTC 2020


Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.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
-- 
2.24.1



More information about the buildroot mailing list