diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-06 09:43:24 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-06 11:10:55 -0400 |
commit | dd4361a63807bef13a5043b4acd5f19db7a3d984 (patch) | |
tree | 7c85e375bc67e91bffebca87f94576d467155bfa /meson_options.txt | |
parent | 15edfbbc88270ae7ff9099ffee1850f2c3950870 (diff) | |
download | gtk+-dd4361a63807bef13a5043b4acd5f19db7a3d984.tar.gz |
Rename enable-documentation and enable-man-pages options
You can now disable the documentation build with
-Ddocumentation=false and -Dman-pages=false.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 0377d52b1d..643aa144da 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -30,9 +30,9 @@ option('disable-modules', type: 'boolean', value : 'false', description : 'Disable dynamic module loading') option('with-included-immodules', type: 'string', value : '', description : 'Build the specified input methods into gtk (comma-separated list or "all" or "none")') -option('enable-documentation', type: 'boolean', value: 'false', +option('documentation', type: 'boolean', value: 'false', description : 'Build API reference and tools documentation') -option('enable-man-pages', type: 'boolean', value: 'false', +option('man-pages', type: 'boolean', value: 'false', description : 'Build man pages for installed tools') option('introspection', type: 'boolean', value: 'true', description : 'Build introspection data (requires gobject-introspection)') |