Codebase list cinnamon-menus / 79d78bbb-9e72-4bba-8f5b-6c1876fb6a48/main meson_options.txt
79d78bbb-9e72-4bba-8f5b-6c1876fb6a48/main

Tree @79d78bbb-9e72-4bba-8f5b-6c1876fb6a48/main (Download .tar.gz)

meson_options.txt @79d78bbb-9e72-4bba-8f5b-6c1876fb6a48/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)'
)