From 9d1478694d124c60694ff234f926cede6cf49eca Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 12 Oct 2021 12:46:17 +0100 Subject: 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. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1