summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: cd79386e7752d43269feb08c019aa27f5cb40f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
option('use_geoip',
	type : 'feature',
	value : 'auto',
	description : 'Use the GeoIP library to retrieve geo-information'
)
option('use_maxminddb',
	type : 'feature',
	value : 'auto',
	description : 'Use the maxminddb library to retrieve geo-information'
)
option('use_runtime_linking',
	type : 'feature',
	value : 'auto',
	description : 'Load the GeoIP or maxminddb library at runtime if available'
)