Module: Mesa
Branch: master
Commit: 9cdd41b18ae268d8ef99dbd766f4cb85c0ee315e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cdd41b18ae268d8ef99dbd766f4cb85c0ee315e

Author: Jon Turney <[email protected]>
Date:   Thu Nov 23 13:40:06 2017 +0000

meson: set windows glx defines

Signed-off-by: Jon Turney <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>

---

 meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meson.build b/meson.build
index 4a2e817f0f..a7a51bccb3 100644
--- a/meson.build
+++ b/meson.build
@@ -392,6 +392,8 @@ if with_platform_x11
     endif
     if with_dri_platform == 'drm'
       pre_args += '-DGLX_USE_DRM'
+    elif with_dri_platform == 'windows'
+      pre_args += '-DGLX_USE_WINDOWSGL'
     endif
   endif
 else

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to