Codebase list cinnamon-menus / 7584b0a9-827d-46f8-856c-27d6c4d29218/main meson_options.txt
7584b0a9-827d-46f8-856c-27d6c4d29218/main

Tree @7584b0a9-827d-46f8-856c-27d6c4d29218/main (Download .tar.gz)

meson_options.txt @7584b0a9-827d-46f8-856c-27d6c4d29218/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)'
)