projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a5a75
)
package/gpsd: add bluez5_utils optional dependency
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 11 Jan 2020 09:18:32 +0000
(10:18 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sat, 11 Jan 2020 14:29:04 +0000
(15:29 +0100)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gpsd/gpsd.mk
patch
|
blob
|
history
diff --git
a/package/gpsd/gpsd.mk
b/package/gpsd/gpsd.mk
index fa9b0578219edbf8a47672e5fbc286c7c59f0664..93f1aeeb73dd589075255ecfec139dd6c580f015 100644
(file)
--- 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