diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-01-03 19:34:33 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-01-03 19:34:33 +0100 |
commit | 0c96702e056f6e1afa67c0dff60a4a539efbe668 (patch) | |
tree | 9eeb486e0fc52f91e5b158c1ae256a0672593885 /meson_options.txt | |
parent | 50e304b2393411f3402173feeb36731c548c6c03 (diff) | |
download | gobject-introspection-0c96702e056f6e1afa67c0dff60a4a539efbe668.tar.gz |
meson: disable doctool by default
To unbreak continuous
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 ee6958dd..f268607a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,7 +2,7 @@ option('cairo', type: 'boolean', value : false, description: 'Use cairo for tests' ) -option('doctool', type: 'boolean', value : true, +option('doctool', type: 'boolean', value : false, description: 'Install g-ir-doc-tool' ) |