summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2021-04-30 16:28:17 -0400
committerRichard Hughes <richard@hughsie.com>2021-05-01 15:36:27 +0100
commite73723cabe4d5a2e2b281d2f1ea751b2d75bccc6 (patch)
tree914ffd9005f9d5f86f2e94f3eff84fef1a2f29d3 /meson_options.txt
parent8b590bb4794e5f008229d31f5c80bfbd429aa60b (diff)
downloadcolord-e73723cabe4d5a2e2b281d2f1ea751b2d75bccc6.tar.gz
build: Make introspection optional in meson
It defaults to enabled to preserve existing behavior.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c184898..1051762 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,6 +6,7 @@ option('systemd', type : 'boolean', value : true, description : 'Enable systemd
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('sane', type : 'boolean', value : false, description : 'Enable SANE support')
+option('introspection', type : 'boolean', value : true, description : 'Build gobject-introspection typelib files')
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')