Codebase list cinnamon-menus / 442f56e0-ba2b-4db9-9f6b-5b4972f538c0/main meson_options.txt
442f56e0-ba2b-4db9-9f6b-5b4972f538c0/main

Tree @442f56e0-ba2b-4db9-9f6b-5b4972f538c0/main (Download .tar.gz)

meson_options.txt @442f56e0-ba2b-4db9-9f6b-5b4972f538c0/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)'
)