Codebase list cinnamon-menus / d818dc04-e0e6-4e81-a591-2ecfad0da47d/main meson_options.txt
d818dc04-e0e6-4e81-a591-2ecfad0da47d/main

Tree @d818dc04-e0e6-4e81-a591-2ecfad0da47d/main (Download .tar.gz)

meson_options.txt @d818dc04-e0e6-4e81-a591-2ecfad0da47d/main

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