Codebase list xapp / debian/1.4.9-1 meson_options.txt
debian/1.4.9-1

Tree @debian/1.4.9-1 (Download .tar.gz)

meson_options.txt @debian/1.4.9-1

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