gpsd: garmintxt driver gets enabled by default, so disable if not selected

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-11-09 09:38:41 +01:00
parent 805de39555
commit b66156835e
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ endif
ifneq ($(BR2_PACKAGE_GPSD_GARMIN),y)
GPSD_CONF_OPT += --disable-garmin
endif
ifeq ($(BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT),y)
GPSD_CONF_OPT += --enable-garmintxt
ifneq ($(BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT),y)
GPSD_CONF_OPT += --disable-garmintxt
endif
ifneq ($(BR2_PACKAGE_GPSD_GPSCLOCK),y)
GPSD_CONF_OPT += --disable-gpsclock