[libgweather/ebassi/gtk4] build: Build the documentation by default



commit de914967a6715be1f76e2fa0c9e47d76ab9f92a9
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 12 12:46:17 2021 +0100

    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(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 5385be0b..9957f091 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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]