aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorayaka <ayaka@soulik.info>2021-04-09 10:48:01 +0800
committerSimon Ser <contact@emersion.fr>2021-04-17 16:39:40 +0200
commited1924800de905f5462c8cc6e36fbc60b69d3030 (patch)
treebb2f6b13a1b30905a8e5ba301bb331fd2299fc43 /meson_options.txt
parent122d6c6988a992a7f41f5b1389d0ac6b49f11888 (diff)
render: make GLES2 renderer optional
Allow selecting whether the GLES2 renderer gets enabled. Co-authored-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 37812cf8..a40b06f6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,4 @@ option('xwayland', type: 'feature', value: 'auto', yield: true, description: 'En
option('x11-backend', type: 'feature', value: 'auto', description: 'Enable X11 backend')
option('examples', type: 'boolean', value: true, description: 'Build example applications')
option('icon_directory', description: 'Location used to look for cursors (default: ${datadir}/icons)', type: 'string', value: '')
+option('renderers', type: 'array', choices: ['auto', 'gles2'], value: ['auto'], description: 'Select built-in renderers')