Mesa (master): scons: Update windows build for vgapi->openvg rename.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Jan 12 15:14:21 UTC 2011


Module: Mesa
Branch: master
Commit: 46662de68b72634c9059ad450e8f6c2edf36c092
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=46662de68b72634c9059ad450e8f6c2edf36c092

Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed Jan 12 15:13:57 2011 +0000

scons: Update windows build for vgapi->openvg rename.

---

 src/gallium/targets/egl-static/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript
index 4bb063b..028fc09 100644
--- a/src/gallium/targets/egl-static/SConscript
+++ b/src/gallium/targets/egl-static/SConscript
@@ -61,7 +61,7 @@ if env['platform'] == 'windows':
 
     # OpenVG
     env.Append(CPPDEFINES = ['FEATURE_VG=1'])
-    env.Prepend(LIBS = [vgapi, st_vega])
+    env.Prepend(LIBS = [openvg, st_vega])
 else:
     env.Prepend(LIBS = [
         st_egl,




More information about the mesa-commit mailing list