Files
iio-sensor-proxy/meson_options.txt
2020-06-26 18:16:42 +02:00

21 lines
596 B
Meson

option('udevrulesdir',
description: 'udev rules directory',
type: 'string',
value: 'auto')
option('systemdsystemunitdir',
description: 'systemd unit directory',
type: 'string',
value: 'auto')
option('gtk-tests',
description: 'Whether to build GTK tests',
type: 'boolean',
value: false)
option('geoclue-user',
description: 'The USER (existing) as which geoclue service is running',
type: 'string',
value: 'geoclue')
option('gtk_doc',
type: 'boolean',
value: false,
description: 'Build docs')