summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAndy Holmes <andrew.g.r.holmes@gmail.com>2022-01-19 12:26:30 -0800
committerAndy Holmes <andrew.g.r.holmes@gmail.com>2022-01-20 07:48:44 -0800
commitb7ea424605d25020c532e4bcff80f3c1b35cb307 (patch)
treebab000e36ca117dd312902d5c291a06de0a69474 /meson_options.txt
parentdea9f8bbfeb83c9aac4b968721da770e311732f6 (diff)
downloadmutter-b7ea424605d25020c532e4bcff80f3c1b35cb307.tar.gz
documentation: Generate API references with gi-docgen
gtk-doc support was taken out about six years ago, but never replaced. Add support for the newer gi-docgen, which should hopefully encourage both C and GJS users of these libraries to improve the reference. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2248>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 048a62b37..d84a3a44e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -111,6 +111,12 @@ option('introspection',
description: 'Enable GObject introspection'
)
+option('docs',
+ type: 'boolean',
+ value: false,
+ description: 'Enable gi-docgen documentation'
+)
+
option('cogl_tests',
type: 'boolean',
value: true,