summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-10-22 11:47:37 +0200
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 17:00:00 -0400
commit21ac37c61aac558c7f3ca11a43f12cc475422503 (patch)
tree5a309993fce329284079a501689a75cf4d852262 /meson_options.txt
parent2df9f6e5ce49f975cecfb94cd925cb83b3552522 (diff)
docs: Port documentation to 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 3e2374d5..0b59d01a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -35,3 +35,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