|
@@ -58,6 +58,8 @@ endif
|
|
# If bluetooth is available build it before so the package can use it
|
|
# If bluetooth is available build it before so the package can use it
|
|
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
|
|
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
|
|
GPSD_DEPENDENCIES += bluez_utils
|
|
GPSD_DEPENDENCIES += bluez_utils
|
|
|
|
+else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
|
|
|
|
+GPSD_DEPENDENCIES += bluez5_utils
|
|
else
|
|
else
|
|
GPSD_SCONS_OPTS += bluez=no
|
|
GPSD_SCONS_OPTS += bluez=no
|
|
endif
|
|
endif
|