From 38b97f3c6dd626e963f4a031da77be2e71427091 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 19:31:55 -0400 Subject: Clean up meson configuration --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 40dfa3a..78856a7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ option('cairo', type: 'feature', value: 'auto', description : 'Enable support for the Cairo graphics API') -option('examples', type: 'boolean', value: true, +option('examples', type: 'feature', value: 'auto', yield: true, description: 'Build example programs') option('docs', type: 'feature', value: 'auto', @@ -16,7 +16,7 @@ option('strict', type: 'boolean', value: false, option('stub', type: 'boolean', value: true, description: 'Build stub backend') -option('tests', type: 'boolean', value: true, +option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') option('vulkan', type: 'feature', value: 'auto', -- cgit v1.2.1