summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/gpsd/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in
index 69f63f9ea..b26cf0744 100644
--- a/package/gpsd/Config.in
+++ b/package/gpsd/Config.in
@@ -1,7 +1,11 @@
+comment "gpsd needs a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
+
config BR2_PACKAGE_GPSD
bool "gpsd"
# Uses fork()
depends on BR2_USE_MMU
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
gpsd is a service daemon that monitors one or more GPSes or AIS
receivers attached to a host computer through serial or USB ports,