summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 1ab21dfc2f5..26c1b0bb376 100644
--- a/meson.build
+++ b/meson.build
@@ -320,6 +320,8 @@ if with_glx == 'auto'
with_glx = 'dri'
elif with_platform_haiku
with_glx = 'disabled'
+ elif host_machine.system() == 'windows'
+ with_glx = 'disabled'
elif with_gallium
# Even when building just gallium drivers the user probably wants dri
with_glx = 'dri'