Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dressel <code@deadcode.eu>2021-12-17 18:19:28 +0300
committerMatthias Dressel <code@deadcode.eu>2021-12-29 19:25:37 +0300
commit5e67cfd8062c949a81bac6b2d5ce6e6fbfd8978e (patch)
tree71c8bf6581d019cdfa2b29ad8f859d6d9c94e877 /meson_options.txt
parentf266b3b29526474e3789e4627dc8073e8a76ad24 (diff)
meson: Add explicit option to build documentation
Co-authored-by: Rudi Heitbaum <rudi@heitbaum.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 49a7998..94f3704 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -25,6 +25,11 @@ option('enable_tests',
value: true,
description: 'Build dav1d tests')
+option('enable_docs',
+ type: 'boolean',
+ value: false,
+ description: 'Build dav1d documentation')
+
option('logging',
type: 'boolean',
value: true,