summaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index 193a1e0f1c6..6a4e5c946db 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -205,6 +205,9 @@ if with_gallium_st_nine
subdir('state_trackers/nine')
subdir('targets/d3dadapter9')
endif
+if with_platform_windows
+ subdir('state_trackers/wgl')
+endif
if with_tests
subdir('targets/graw-null')
if with_glx == 'gallium-xlib'