Codebase list cinnamon-menus / 68d1cd75-c64e-4c11-b272-0b6bf66684de/main meson_options.txt
68d1cd75-c64e-4c11-b272-0b6bf66684de/main

Tree @68d1cd75-c64e-4c11-b272-0b6bf66684de/main (Download .tar.gz)

meson_options.txt @68d1cd75-c64e-4c11-b272-0b6bf66684de/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)'
)