summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-10-22 08:17:24 +0200
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 11:34:08 -0400
commit27ba8d24ec00c3be458e6acf7c27547ea08ebee6 (patch)
treea21c692f66b6b4af119074486ab2c58e984d6522 /meson_options.txt
parentcf6ed5700c85dd1b4cf61b5a92ec4ff0bc02238d (diff)
downloadgstreamer-plugins-base-27ba8d24ec00c3be458e6acf7c27547ea08ebee6.tar.gz
doc: Port to hotdoc
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 298340950..141bb3e51 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -69,7 +69,6 @@ option('xvideo', type : 'feature', value : 'auto', description : 'X11 XVideo xvi
option('examples', type : 'feature', value : 'auto', yield : true)
option('tests', type : 'feature', value : 'auto', yield : true)
option('tools', type : 'feature', value : 'auto', yield : true)
-option('gtk_doc', type : 'feature', value : 'auto', yield : true, description : 'Build API documentation with gtk-doc')
option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings')
option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
option('orc', type : 'feature', value : 'auto', yield : true)
@@ -85,3 +84,5 @@ option('package-name', type : 'string', yield : true,
description : 'package name to use in plugins')
option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
description : 'package origin URL to use in plugins')
+option('doc', type : 'feature', value : 'auto', yield: true,
+ description: 'Enable documentation.') \ No newline at end of file