summaryrefslogtreecommitdiffstats
path: root/alfred/Config.in
blob: 97f9ea21f8b67ad8266462d36a2a203b0f78e0ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config ALFRED_NEEDS_lua
	bool

config ALFRED_NEEDS_libgps
	bool

config PACKAGE_ALFRED_VIS
	bool "enable vis server for alfred"
	depends on PACKAGE_alfred
	default y

config PACKAGE_ALFRED_BATHOSTS
	bool "enable autogeneration of /etc/bat-hosts"
	depends on PACKAGE_alfred
	select ALFRED_NEEDS_lua
	default n

config PACKAGE_ALFRED_GPSD
	bool "enable gpsd service for alfred"
	depends on PACKAGE_alfred
	select ALFRED_NEEDS_libgps
	default n