16881f68fSopenharmony_cioption('disable-mtab', type : 'boolean', value : false, 26881f68fSopenharmony_ci description: 'Disable and ignore usage of /etc/mtab') 36881f68fSopenharmony_ci 46881f68fSopenharmony_cioption('udevrulesdir', type : 'string', value : '', 56881f68fSopenharmony_ci description: 'Where to install udev rules (if empty, query pkg-config(1))') 66881f68fSopenharmony_ci 76881f68fSopenharmony_cioption('initscriptdir', type : 'string', value : '/etc/init.d/', 86881f68fSopenharmony_ci description: 'Init script installation location (if empty, disable init script installation)') 96881f68fSopenharmony_ci 106881f68fSopenharmony_cioption('utils', type : 'boolean', value : true, 116881f68fSopenharmony_ci description: 'Whether or not to build and install helper programs') 126881f68fSopenharmony_ci 136881f68fSopenharmony_cioption('examples', type : 'boolean', value : true, 146881f68fSopenharmony_ci description: 'Whether or not to build example programs') 156881f68fSopenharmony_ci 166881f68fSopenharmony_cioption('useroot', type : 'boolean', value : true, 176881f68fSopenharmony_ci description: 'Set owner and setuid bits on installed files') 186881f68fSopenharmony_ci 196881f68fSopenharmony_cioption('tests', type : 'boolean', value : true, 206881f68fSopenharmony_ci description: 'Compile the test files') 216881f68fSopenharmony_ci 226881f68fSopenharmony_cioption('disable-libc-symbol-version', type : 'boolean', value : false, 236881f68fSopenharmony_ci description: 'Disable versioned symbols through libc') 246881f68fSopenharmony_ci 25