meson.options (580B)
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 : 'combo', choices : ['yes', 'no', 'verbose', 'veryverbose'], value : 'yes', description: 'Log setting: "yes" (logging, default), "no" (no logging at all), "verbose" (extra logging), "veryverbose" (even more logging)')