summaryrefslogtreecommitdiffstats
path: root/rules/gpsd.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-04-12 09:09:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-04-12 09:09:07 +0200
commit45df244dca6827cbd087c6e73fe09f67e820ac48 (patch)
tree76a7e2ee7dfe4ff6cf104bf88900e56fbdbe8849 /rules/gpsd.in
parent16714f1ab4dc89f5223896965c8f5e62d0247a22 (diff)
downloadptxdist-45df244dca6827cbd087c6e73fe09f67e820ac48.tar.gz
ptxdist-45df244dca6827cbd087c6e73fe09f67e820ac48.tar.xz
gpsd: fix dependencies
Otherwise building may fail with: packet.c:727:21: error: 'NMEA_DOLLAR' undeclared (first use in this function) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gpsd.in')
-rw-r--r--rules/gpsd.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/gpsd.in b/rules/gpsd.in
index 824983b66..ff270cff5 100644
--- a/rules/gpsd.in
+++ b/rules/gpsd.in
@@ -118,6 +118,7 @@ menu "drivers"
config GPSD_DRIVER_UBX
bool
+ select GPSD_DRIVER_NMEA
prompt "ubx"
config GPSD_DRIVER_EVERMORE