package/gpsd: add bluez5_utils optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
20a5a7545c
commit
81321c62c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user