It currently fails to build with:
libgpsd_core.c: In function 'gpsd_poll':
libgpsd_core.c:881: error: 'const struct gps_type_t' has no member named 'min_cycle'
libgpsd_core.c:884: error: 'const struct gps_type_t' has no member named 'min_cycle'
and is probably not a very important feature for normal users of gpsd.
The build problem has been reported to the gpsd-users mailing list.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
menu "Features"
depends on BR2_PACKAGE_GPSD
-config BR2_PACKAGE_GPSD_TIMING
- bool "latency timing support"
-
config BR2_PACKAGE_GPSD_CLIENT_DEBUG
bool "client debugging support"
ifeq ($(BR2_PACKAGE_GPSD_PROFILING),y)
GPSD_SCONS_OPTS += profiling=yes
endif
-ifeq ($(BR2_PACKAGE_GPSD_TIMING),y)
- GPSD_SCONS_OPTS += timing=yes
-endif
ifneq ($(BR2_PACKAGE_GPSD_CLIENT_DEBUG),y)
GPSD_SCONS_OPTS += clientdebug=no
endif