Codebase list cinnamon-menus / 81716055-51a8-442d-9d8b-63178fd351da/main meson_options.txt
81716055-51a8-442d-9d8b-63178fd351da/main

Tree @81716055-51a8-442d-9d8b-63178fd351da/main (Download .tar.gz)

meson_options.txt @81716055-51a8-442d-9d8b-63178fd351da/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)'
)