summaryrefslogtreecommitdiffstats
path: root/rules/gpsd.in
diff options
context:
space:
mode:
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.