meson.options (537B)
1 # Build options 2 option('only-doc', type : 'boolean', value : false, description: 'whether to compile documentation ONLY') 3 option('disable-doc', type : 'boolean', value : false, description: 'whether to disable documentation') 4 option('install-rpath', type : 'boolean', value : false, description: 'Add rpath to installed binaries if set') 5 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)')