meson: Add a platform for windows
[mesa.git] / meson_options.txt
index aadf7fd0721b4ee4aeec6bb31c21ad5a534d5184..a2f86be19ae72b0d75d95c59b2c150c9e5400f18 100644 (file)
@@ -24,6 +24,7 @@ option(
   value : ['auto'],
   choices : [
     '', 'auto', 'x11', 'wayland', 'drm', 'surfaceless', 'haiku', 'android',
+    'windows',
   ],
   description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.'
 )