aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..dd6ea8c
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,20 @@
+option('cairo', type: 'feature', value: 'auto',
+ description : 'Enable support for the Cairo graphics API')
+
+option('examples', type: 'boolean', value: true,
+ description: 'Build example programs')
+
+option('docs', type: 'feature', value: 'auto',
+ description: 'Build documentation')
+
+option('opengl', type: 'feature', value: 'auto',
+ description : 'Enable support for the OpenGL graphics API')
+
+option('strict', type: 'boolean', value: false,
+ description: 'Enable ultra-strict warnings')
+
+option('tests', type: 'boolean', value: true,
+ description: 'Build tests')
+
+option('vulkan', type: 'feature', value: 'auto',
+ description : 'Enable support for the Vulkan graphics API')