From e73723cabe4d5a2e2b281d2f1ea751b2d75bccc6 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 30 Apr 2021 16:28:17 -0400 Subject: build: Make introspection optional in meson It defaults to enabled to preserve existing behavior. --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.1