aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-07 21:15:17 -0500
committerDavid Robillard <d@drobilla.net>2023-02-12 16:11:24 -0500
commit39b2eaebb6639fcb9c291099a0681bf9ea9aac3b (patch)
tree4931c3be6c944f2d90aa85f30c2d0692b050b9a0 /meson_options.txt
parentd6e6dfcc70212ec5cf552e446eb76caae9939426 (diff)
downloadserd-39b2eaebb6639fcb9c291099a0681bf9ea9aac3b.tar.gz
serd-39b2eaebb6639fcb9c291099a0681bf9ea9aac3b.tar.bz2
serd-39b2eaebb6639fcb9c291099a0681bf9ea9aac3b.zip
Check for POSIX features with the build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 38bc94e3..b32b4693 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,9 @@
# Copyright 2021-2022 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
+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')