meson: build libEGL
[mesa.git] / meson_options.txt
index 8fd00d41b45c8ce84ff3c6e02445c80efc2ad42f..87aef95198b29a773093e933bdbf0b3c47b51ca5 100644 (file)
@@ -21,7 +21,7 @@
 option(
   'platforms',
   type : 'string',
-  value : 'x11,wayland,drm',
+  value : 'x11,wayland,drm,surfaceless',
   description : 'comma separated list of window systems to support. wayland, x11, surfaceless, drm, etc.'
 )
 option(
@@ -111,6 +111,13 @@ option(
   choices : ['auto', 'disabled', 'dri', 'xlib', 'gallium-xlib'],
   description : 'Build support for GLX platform'
 )
+option(
+  'egl',
+  type : 'combo',
+  value : 'auto',
+  choices : ['auto', 'yes', 'no'],
+  description : 'Build support for EGL platform'
+)
 option(
   'glvnd',
   type : 'boolean',