Codebase list colord / eed41558-e70e-4c26-b124-6ceec2a8ce19/main meson_options.txt
eed41558-e70e-4c26-b124-6ceec2a8ce19/main

Tree @eed41558-e70e-4c26-b124-6ceec2a8ce19/main (Download .tar.gz)

meson_options.txt @eed41558-e70e-4c26-b124-6ceec2a8ce19/mainraw · history · blame

option('daemon', type : 'boolean', value : true, description : 'build the daemon')
option('session_example', type : 'boolean', value : false, description : 'Enable session example')
option('bash_completion', type : 'boolean', value : true, description : 'Enable bash completion')
option('udev_rules', type: 'boolean', value: true, description: 'Install udev rules')
option('systemd', type : 'boolean', value : true, description : 'Enable systemd integration')
option('libcolordcompat', type : 'boolean', value : false, description : 'Enable libcolordcompat.so which is used by ArgyllCMS')
option('argyllcms_sensor', type : 'boolean', value : true, description : 'Enable ArgllCMS sensor')
option('reverse', type : 'boolean', value : false, description : 'Enable reverse engineering tools')
option('sane', type : 'boolean', value : false, description : 'Enable SANE support')
option('vapi', type : 'boolean', value : false, description : 'Build vala bindings')
option('print_profiles', type : 'boolean', value : false, description : 'Build extra print profiles')
option('tests', type : 'boolean', value : true, description : 'Build self tests')
option('installed_tests', type : 'boolean', value : false, description : 'Install tests')
option('daemon_user', type : 'string', value : 'root', description : 'User for running the colord daemon')
option('pnp_ids', type : 'string', value : '', description : 'Location of pnp.ids if hwdb is not available')
option('man', type : 'boolean', value : true, description : 'Generate man pages')
option('docs', type : 'boolean', value : true, description : 'Generate documentation')