summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2019-09-18 11:22:19 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2019-09-18 11:27:59 -0400
commit0633b417f7f4a191ac288ca8a64b65e2561e6dd3 (patch)
tree78c59b232c0e77b97f3599577c216615fdb15442 /meson_options.txt
parent78c971df618c9e34f7341af4ab5884e62b54435b (diff)
downloadgstreamer-0633b417f7f4a191ac288ca8a64b65e2561e6dd3.tar.gz
Add back gtk_doc option
This is needed to disable gtk_doc in subprojects that have that option yielding.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6e565bcf76..de4243c341 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -17,3 +17,4 @@ option('introspection', type : 'feature', value : 'auto', description : 'Generat
option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
option('orc', type : 'feature', value : 'auto', description : 'Enable Optimized Inner Loop Runtime Compiler')
option('doc', type : 'feature', value : 'auto', description : 'Generate API documentation with hotdoc')
+option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')