diff options
author | David Robillard <d@drobilla.net> | 2023-02-07 21:15:17 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-02-12 16:11:24 -0500 |
commit | 39b2eaebb6639fcb9c291099a0681bf9ea9aac3b (patch) | |
tree | 4931c3be6c944f2d90aa85f30c2d0692b050b9a0 /meson_options.txt | |
parent | d6e6dfcc70212ec5cf552e446eb76caae9939426 (diff) | |
download | serd-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.txt | 3 |
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') |