Codebase list xapp / unchanged/main meson_options.txt
unchanged/main

Tree @unchanged/main (Download .tar.gz)

meson_options.txt @unchanged/main

3706967
 
 
 
 
 
 
 
 
 
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'
)