aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 19:31:55 -0400
committerDavid Robillard <d@drobilla.net>2022-06-28 19:32:01 -0400
commit38b97f3c6dd626e963f4a031da77be2e71427091 (patch)
treefc75946543e44aeecc17b8b8a8b6bfc0a823620d /meson_options.txt
parent452ac347e549c74bf9cd41c89f5b2bf6510b50a1 (diff)
downloadpugl-38b97f3c6dd626e963f4a031da77be2e71427091.tar.gz
pugl-38b97f3c6dd626e963f4a031da77be2e71427091.tar.bz2
pugl-38b97f3c6dd626e963f4a031da77be2e71427091.zip
Clean up meson configuration
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
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',