Codebase list cinnamon-menus / 84fc019e-ac9b-4447-96e2-9fd4fb8573b3/main meson_options.txt
84fc019e-ac9b-4447-96e2-9fd4fb8573b3/main

Tree @84fc019e-ac9b-4447-96e2-9fd4fb8573b3/main (Download .tar.gz)

meson_options.txt @84fc019e-ac9b-4447-96e2-9fd4fb8573b3/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)'
)