Codebase list cinnamon-menus / 0078d81b-25ce-4c49-92e5-07d3d8cac875/main meson_options.txt
0078d81b-25ce-4c49-92e5-07d3d8cac875/main

Tree @0078d81b-25ce-4c49-92e5-07d3d8cac875/main (Download .tar.gz)

meson_options.txt @0078d81b-25ce-4c49-92e5-07d3d8cac875/mainraw · history · blame

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