summaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-04-18 13:28:04 -0700
committerDylan Baker <[email protected]>2019-10-10 16:33:04 -0700
commit3c8934343ba8bf6e5f86d1795f9be07603c452a2 (patch)
treede3eb2710bfaefb93747f0d0b10f827c1250ab78 /src/gallium/meson.build
parent560cdabebe18ebe50e3c33d716e2aa82603dbb38 (diff)
meson: build wgl state tracker
v4: - Handle enable gles properly - Add comments about what various #defines do v5: - key NO_EXPORTS on shared glapi instead of gles. Acked-by: Kristian H. Kristensen <[email protected]>
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'