From 13e45f94860461cadca89f2088bad65b5730bee8 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 23 Aug 2019 18:29:16 +0200 Subject: build: Add option to disable introspection Fixes #143 --- 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 f09cac58..b987ee51 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,3 +7,4 @@ option('examples', type : 'boolean', value : 'true') option('tests', type : 'boolean', value : 'true') option('gstreamer', type : 'boolean', value : 'true') option('gtk', type : 'boolean', value : 'true') +option('introspection', type: 'feature', value : 'auto') -- cgit v1.2.1