aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c46a6d73..964c0eeb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,12 +1,18 @@
# Copyright 2021-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
+option('bindings_cpp', type: 'feature', value: 'disabled', yield: true,
+ description: 'Build C++ bindings')
+
option('checks', type: 'feature', value: 'enabled', yield: true,
description: 'Check for platform-specific features')
option('docs', type: 'feature', value: 'auto', yield: true,
description: 'Build documentation')
+option('docs_cpp', type: 'feature', value: 'disabled', yield: true,
+ description: 'Build C++ documentation')
+
option('epub', type: 'feature', value: 'disabled', yield: true,
description: 'Build EPub documentation')