From c4cb627010545343e425396c90dd62639516274d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 24 Jul 2012 22:18:18 +0200 Subject: gpsd: remove option to enable latency measurement capabilities 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 --- package/gpsd/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/gpsd/Config.in') diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index db6bec2d7..8643492fb 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -20,9 +20,6 @@ config BR2_PACKAGE_GPSD_DEVICES 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" -- cgit v1.2.3