aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: c08e38e4b58d5324750532b8767ca1c7104da7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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: 'Wheter or not to build and install helper programs')

option('examples', type : 'boolean', value : true,
       description: 'Wheter or not to build example programs')