Commit 4f3a4c96 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

gpsd: needs threads

parent 45eda5a1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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,