diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-11-20 16:12:48 +0530 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2019-04-11 16:45:36 +0200 |
commit | ea6e3b3ddf46e5f2e65d525b4ea9d6025e31f084 (patch) | |
tree | ec204f29525b0abac3f37613d93665bbbeb7778b /meson_options.txt | |
parent | 00842f4d4e121c419d702cb8a3cb1abc7fcd3cb0 (diff) | |
download | gtk+-ea6e3b3ddf46e5f2e65d525b4ea9d6025e31f084.tar.gz |
meson_options.txt: Disable introspection by default
It's broken. Fix later.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 79aca2aa66..782f7153f4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -27,7 +27,7 @@ option('documentation', type: 'boolean', value: 'false', description : 'Build API reference and tools documentation') option('man-pages', type: 'boolean', value: 'false', description : 'Build man pages for installed tools') -option('introspection', type: 'boolean', value: 'true', +option('introspection', type: 'boolean', value: 'false', description : 'Build introspection data (requires gobject-introspection)') # Demos and binaries |