commit | 0e471ac45771393ea74178eb98f41b904168cf64 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Tue Jan 27 11:28:29 2009 +0000 |
committer | Keith Whitwell <keithw@vmware.com> | Tue Jan 27 11:28:29 2009 +0000 |
tree | 516818a8cf98e3e71e5611bf71bdd9473c169ed3 | |
parent | 4d710dd3cf3187e94e5765b46e4dd6899a7a41d6 [diff] [blame] |
wgl: relocate wgl code to state_trackers/wgl Similar to the GLX state trackers for DRI and xlib.
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 6a3e7e7..9e4596a 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript
@@ -27,3 +27,6 @@ SConscript(os.path.join('drivers', driver, 'SConscript')) SConscript('state_trackers/python/SConscript') + +if platform == 'windows': + SConscript('state_trackers/wgl/SConscript')