Codebase list cinnamon-menus / 65757d60-c6ff-4a29-ab9a-551b959e48ed/main meson_options.txt
65757d60-c6ff-4a29-ab9a-551b959e48ed/main

Tree @65757d60-c6ff-4a29-ab9a-551b959e48ed/main (Download .tar.gz)

meson_options.txt @65757d60-c6ff-4a29-ab9a-551b959e48ed/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)'
)