Codebase list cinnamon-menus / 15c8b4a1-0bb9-4511-8a12-b0ff914fa4ad/main meson_options.txt
15c8b4a1-0bb9-4511-8a12-b0ff914fa4ad/main

Tree @15c8b4a1-0bb9-4511-8a12-b0ff914fa4ad/main (Download .tar.gz)

meson_options.txt @15c8b4a1-0bb9-4511-8a12-b0ff914fa4ad/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)'
)