summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-08-23 18:29:16 +0200
committerJens Georg <mail@jensge.org>2019-08-23 18:35:07 +0200
commit13e45f94860461cadca89f2088bad65b5730bee8 (patch)
treedc4f1a53379c7d5da6117e2cb4af22d21552958d /meson_options.txt
parent9db998ff5ceadb62fd1898a84c68894d986556e3 (diff)
downloadrygel-13e45f94860461cadca89f2088bad65b5730bee8.tar.gz
build: Add option to disable introspection
Fixes #143
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 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')