diff options
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)') |