1option('disable-mtab', type : 'boolean', value : false, 2 description: 'Disable and ignore usage of /etc/mtab') 3 4option('udevrulesdir', type : 'string', value : '', 5 description: 'Where to install udev rules (if empty, query pkg-config(1))') 6 7option('initscriptdir', type : 'string', value : '/etc/init.d/', 8 description: 'Init script installation location (if empty, disable init script installation)') 9 10option('utils', type : 'boolean', value : true, 11 description: 'Whether or not to build and install helper programs') 12 13option('examples', type : 'boolean', value : true, 14 description: 'Whether or not to build example programs') 15 16option('useroot', type : 'boolean', value : true, 17 description: 'Set owner and setuid bits on installed files') 18 19option('tests', type : 'boolean', value : true, 20 description: 'Compile the test files') 21 22option('disable-libc-symbol-version', type : 'boolean', value : false, 23 description: 'Disable versioned symbols through libc') 24 25