package/gpsd: add bluez5_utils optional dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 11 Jan 2020 09:18:32 +0000 (10:18 +0100)
committerThomas 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

index fa9b0578219edbf8a47672e5fbc286c7c59f0664..93f1aeeb73dd589075255ecfec139dd6c580f015 100644 (file)
@@ -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