Codebase list xapp / fb437b2 meson_options.txt
fb437b2

Tree @fb437b2 (Download .tar.gz)

meson_options.txt @fb437b2raw · history · blame

option('docs',
    type: 'boolean',
    value: false,
    description: 'Build the API references (requires gtk-doc)'
)
option('deprecated_warnings',
    type : 'boolean',
    value : false,
    description: 'Show build warnings for deprecations'
)