summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-10-28 14:06:35 +0000
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 11:42:15 -0400
commit3d24de2f2477dca3608ee14c66230c913290f114 (patch)
tree24ff021c9abf6c886e243542ea9601fd5aa6b908 /meson_options.txt
parentdde1b6ef3c3a9241d3e2fa4e42b7819cbae594a0 (diff)
downloadgstreamer-3d24de2f2477dca3608ee14c66230c913290f114.tar.gz
Build documentation with hotdoc
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 624979b621..6e565bcf76 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,7 +13,7 @@ option('custom_subprojects', type : 'string', value : '', description : 'Comma-s
# Common options, automatically inherited by subprojects
option('examples', type : 'feature', value : 'auto', description : 'Build examples')
-option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
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')