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

Fabrice Fontaine fontaine.fabrice at gmail.com
Sat Jan 11 09:18:32 UTC 2020


Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/gpsd/gpsd.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk
index fa9b057821..93f1aeeb73 100644
--- a/package/gpsd/gpsd.mk
+++ b/package/gpsd/gpsd.mk
@@ -58,6 +58,8 @@ endif
 # If bluetooth is available build it before so the package can use it
 ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
 GPSD_DEPENDENCIES += bluez_utils
+else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
+GPSD_DEPENDENCIES += bluez5_utils
 else
 GPSD_SCONS_OPTS += bluez=no
 endif
-- 
2.24.1



More information about the buildroot mailing list