diff options
author | Keith Whitwell <[email protected]> | 2009-01-27 11:28:29 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-27 11:28:29 +0000 |
commit | 0e471ac45771393ea74178eb98f41b904168cf64 (patch) | |
tree | 516818a8cf98e3e71e5611bf71bdd9473c169ed3 /src/gallium/SConscript | |
parent | 4d710dd3cf3187e94e5765b46e4dd6899a7a41d6 (diff) |
wgl: relocate wgl code to state_trackers/wgl
Similar to the GLX state trackers for DRI and xlib.
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 6a3e7e77ed8..9e4596a647f 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -27,3 +27,6 @@ for driver in env['drivers']: SConscript(os.path.join('drivers', driver, 'SConscript')) SConscript('state_trackers/python/SConscript') + +if platform == 'windows': + SConscript('state_trackers/wgl/SConscript') |