From 158fba0bc37d4cdcbd98d30e97b434ad033732f4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 25 Jul 2017 22:49:33 +0100 Subject: Port to the Meson build system --- meson_options.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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') -- cgit v1.2.1