summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-10-22 11:30:45 +0200
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 17:00:00 -0400
commit47a49f33815dbe3db7c1f7fa8f528d9bd0b83d8c (patch)
treeef8cce7a2344781ed189cbce89f386506fe49452 /meson_options.txt
parent5a2b9357c94b9e07726d1bf6cf8ce1810ba8dad2 (diff)
downloadgstreamer-plugins-bad-47a49f33815dbe3db7c1f7fa8f528d9bd0b83d8c.tar.gz
docs: Build documentation with hotdoc
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5bac2dc79..111679ec9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -181,3 +181,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.')