Mesa (gallium-multiple-constant-buffers): python: Link to ws2_32 on windows .

Michał Król michal at kemper.freedesktop.org
Thu Jan 21 19:05:29 UTC 2010


Module: Mesa
Branch: gallium-multiple-constant-buffers
Commit: 3613a934a80b159473f9062e7e04f7b903db0638
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3613a934a80b159473f9062e7e04f7b903db0638

Author: Michal Krol <michal at vmware.com>
Date:   Thu Jan 21 20:02:44 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 8498a90..527e065 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