summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-07-25 22:49:33 +0100
committerRichard Hughes <richard@hughsie.com>2017-07-31 12:00:57 +0100
commit158fba0bc37d4cdcbd98d30e97b434ad033732f4 (patch)
treed94c6be43ada1d89c710ac22132e38934168bbb4 /meson_options.txt
parent9235b120fc0ec33ef13a04d54c403285dae49cb3 (diff)
downloadcolord-158fba0bc37d4cdcbd98d30e97b434ad033732f4.tar.gz
Port to the Meson build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..1a49d0d
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,11 @@
+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-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')