Files
iio-sensor-proxy/meson_options.txt
Bastien Nocera e4f0e05af3 tests: Make tests a build option
And don't skip tests if any test dependencies are missing.
2022-04-04 17:51:47 +02:00

25 lines
701 B
Meson

option('udevrulesdir',
description: 'udev rules directory',
type: 'string',
value: 'auto')
option('systemdsystemunitdir',
description: 'systemd unit directory',
type: 'string',
value: 'auto')
option('tests',
description: 'Whether to run tests',
type: 'boolean',
value: false)
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')