summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2c11092eeb4..29c402c4844 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -28,6 +28,16 @@ option(
description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.'
)
option(
+ 'egl-native-platform',
+ type : 'combo',
+ value : 'auto',
+ choices : [
+ 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
+ 'surfaceless', 'drm',
+ ],
+ description : 'the window system EGL assumes for EGL_DEFAULT_DISPLAY',
+)
+option(
'android-stub',
type : 'boolean',
value : false,