summaryrefslogtreecommitdiffstats
path: root/rules/gpsd.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-05 17:34:37 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-05 17:34:37 +0000
commitc537adc1ae527410fcdc6ccd9aed8b141b4a805a (patch)
tree04fc410cb312926af04effa990222f042f6512d3 /rules/gpsd.in
parentb446501bef42373e779029491efda2ac72ded4c9 (diff)
downloadptxdist-c537adc1ae527410fcdc6ccd9aed8b141b4a805a.tar.gz
ptxdist-c537adc1ae527410fcdc6ccd9aed8b141b4a805a.tar.xz
[gpsd] adopted to new python version
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10372 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gpsd.in')
-rw-r--r--rules/gpsd.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/rules/gpsd.in b/rules/gpsd.in
index b1c896bcb..f29e47098 100644
--- a/rules/gpsd.in
+++ b/rules/gpsd.in
@@ -1,9 +1,10 @@
## SECTION=system_libraries
menuconfig GPSD
tristate
- select NCURSES if GPSD_CGPS
- select NCURSES if GPSD_GPSMON
- select DBUS_GLIB if GPSD_DBUS
+ select NCURSES if GPSD_CGPS
+ select NCURSES if GPSD_GPSMON
+ select DBUS_GLIB if GPSD_DBUS
+ select PYTHON if GPSD_PYTHON
prompt "gpsd "
help
gpsd is a daemon that listens to a GPS or Loran receiver
@@ -15,11 +16,9 @@ menuconfig GPSD
if GPSD
-config GPSD_PYTHON_BINDINGS
+config GPSD_PYTHON
bool
prompt "python bindings"
- depends on BROKEN
- select PYTHON24
help
Enables the python bindings.