meson.options (758B)
1 # Build options 2 option('enable-epoll', type : 'string', value : 'auto', description: 'enable epoll support (yes, no, auto) [auto]') 3 option('expensivetests', type : 'boolean', value : false, description: 'whether to run expensive tests') 4 option('only-doc', type : 'boolean', value : false, description: 'whether to compile documentation ONLY') 5 option('disable-doc', type : 'boolean', value : false, description: 'whether to disable documentation') 6 option('install-rpath', type : 'boolean', value : false, description: 'Add rpath to installed binaries if set') 7 option('logging', type : 'string', value: 'yes', description: 'Log setting. Can be set to "yes" (logging, default), "no" (no logging), "verbose" (extra logging"), "veryverbose" (even more logging)')