[tracker/sam/build-fixes: 2/2] build: Enable documentation builds by default



commit a79e140a6b9a5a27b04ab87191a5662a81db8726
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Mar 15 14:53:56 2020 +0100

    build: Enable documentation builds by default
    
    It's primarily developers who will be building Tracker directly from
    Git. We want developers to keep the documentation working, so let's
    enable docs by default.

 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 04ecfb953..0cdab073f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('docs', type: 'boolean', value: false, yield: true,
+option('docs', type: 'boolean', value: true, yield: true,
        description: 'Generate API documentation with gtk-doc')
 option('man', type: 'boolean', value: true, yield: true,
        description: 'Install man pages')


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