Codebase list cinnamon-menus / bacd9c0a-8728-40a7-b066-670025920da5/main meson_options.txt
bacd9c0a-8728-40a7-b066-670025920da5/main

Tree @bacd9c0a-8728-40a7-b066-670025920da5/main (Download .tar.gz)

meson_options.txt @bacd9c0a-8728-40a7-b066-670025920da5/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)'
)