libfuse/meson_options.txt
asafkahlon c7a8b42f31
Add an option to disable building tests (#533)
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
2021-06-09 09:07:25 +01:00

19 lines
708 B
Meson

option('disable-mtab', type : 'boolean', value : false,
description: 'Disable and ignore usage of /etc/mtab')
option('udevrulesdir', type : 'string', value : '',
description: 'Where to install udev rules (if empty, query pkg-config(1))')
option('utils', type : 'boolean', value : true,
description: 'Whether or not to build and install helper programs')
option('examples', type : 'boolean', value : true,
description: 'Whether or not to build example programs')
option('useroot', type : 'boolean', value : true,
description: 'Set owner and setuid bits on installed files')
option('tests', type : 'boolean', value : true,
description: 'Compile the test files')