[Mesa-dev] [PATCH 3/7] meson: set windows glx defines
Jon Turney
jon.turney at dronecode.org.uk
Mon Nov 27 13:58:30 UTC 2017
---
meson.build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meson.build b/meson.build
index c24225c0297..d0618f97344 100644
--- a/meson.build
+++ b/meson.build
@@ -378,6 +378,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
--
2.15.0
More information about the mesa-dev
mailing list