Codebase list cinnamon-menus / e823c5d meson_options.txt
e823c5d

Tree @e823c5d (Download .tar.gz)

meson_options.txt @e823c5draw · 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)'
)