Mesa (gallium-gpu4-texture-opcodes): python: Link to ws2_32 on windows.

Michał Król michal at kemper.freedesktop.org
Fri Jan 15 10:40:57 UTC 2010


Module: Mesa
Branch: gallium-gpu4-texture-opcodes
Commit: 017da7b0629ecf97be0683633edead4de87390ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=017da7b0629ecf97be0683633edead4de87390ca

Author: Michal Krol <michal at vmware.com>
Date:   Fri Jan 15 10:09:37 2010 +0100

python: Link to ws2_32 on windows.

---

 src/gallium/state_trackers/python/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript
index d4fdd43..33178b2 100644
--- a/src/gallium/state_trackers/python/SConscript
+++ b/src/gallium/state_trackers/python/SConscript
@@ -21,6 +21,7 @@ if 'python' in env['statetrackers']:
             'gdi32',
             'user32',
             'kernel32',
+            'ws2_32',
         ])
     else:
         env.Append(LIBS = [




More information about the mesa-commit mailing list