summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-12 12:46:17 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-13 13:01:56 +0100
commit9d1478694d124c60694ff234f926cede6cf49eca (patch)
treee7da0146b101400582a99352c29f7e25980ad57b /meson_options.txt
parentf9736304c73282ccf1f5c3d8e6d1443fc3189799 (diff)
downloadlibgweather-9d1478694d124c60694ff234f926cede6cf49eca.tar.gz
build: Build the documentation by default
Now that it's fast and does not have a lot of extra dependencies, we can build the libgweather API reference by default.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5385be0..9957f09 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,7 +6,7 @@ option('glade_catalog', type: 'combo', choices : ['true', 'false', 'auto'], valu
description: 'Install a glade catalog file')
option('enable_vala', type: 'combo', choices : ['true', 'false', 'auto'], value : 'auto',
description: 'Install vala bindings')
-option('gtk_doc', type: 'boolean', value: false,
+option('gtk_doc', type: 'boolean', value: true,
description: 'Whether to generate the API reference')
option('introspection', type: 'boolean', value: true,
description: 'Whether to generate introspection data')