From 39b2eaebb6639fcb9c291099a0681bf9ea9aac3b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Feb 2023 21:15:17 -0500 Subject: Check for POSIX features with the build system --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') 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 # 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') -- cgit v1.2.1