Codebase list cinnamon-menus / 3cfd628c-75c7-4b84-bb48-542e43a5d532/main meson_options.txt
3cfd628c-75c7-4b84-bb48-542e43a5d532/main

Tree @3cfd628c-75c7-4b84-bb48-542e43a5d532/main (Download .tar.gz)

meson_options.txt @3cfd628c-75c7-4b84-bb48-542e43a5d532/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)'
)