summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt32
1 files changed, 16 insertions, 16 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1731380..fde9ae6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,16 +1,16 @@
-option('enable-session-example', type : 'boolean', value : false, description : 'Enable session example')
-option('enable-bash-completion', type : 'boolean', value : true, description : 'Enable bash completion')
-option('enable-udev-rules', type: 'boolean', value: true, description: 'Install udev rules')
-option('enable-systemd', type : 'boolean', value : true, description : 'Enable systemd integration')
-option('enable-libcolordcompat', type : 'boolean', value : false, description : 'Enable libcolordcompat.so which is used by ArgyllCMS')
-option('enable-argyllcms-sensor', type : 'boolean', value : true, description : 'Enable ArgllCMS sensor')
-option('enable-reverse', type : 'boolean', value : false, description : 'Enable reverse engineering tools')
-option('enable-sane', type : 'boolean', value : false, description : 'Enable SANE support')
-option('enable-vala', type : 'boolean', value : false, description : 'Build vala bindings')
-option('enable-print-profiles', type : 'boolean', value : false, description : 'Build extra print profiles')
-option('enable-tests', type : 'boolean', value : true, description : 'Build self tests')
-option('enable-installed-tests', type : 'boolean', value : false, description : 'Install tests')
-option('with-daemon-user', type : 'string', value : 'root', description : 'User for running the colord daemon')
-option('with-pnp-ids', type : 'string', value : '', description : 'Location of pnp.ids if hwdb is not available')
-option('enable-man', type : 'boolean', value : true, description : 'Generate man pages')
-option('enable-docs', type : 'boolean', value : true, description : 'Generate documentation')
+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')