Codebase list cinnamon-menus / 35290a05-8175-46fb-90d0-bf04ea1f161f/main meson_options.txt
35290a05-8175-46fb-90d0-bf04ea1f161f/main

Tree @35290a05-8175-46fb-90d0-bf04ea1f161f/main (Download .tar.gz)

meson_options.txt @35290a05-8175-46fb-90d0-bf04ea1f161f/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)'
)