scons: Update windows build for vgapi->openvg rename.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 12 Jan 2011 15:13:57 +0000 (15:13 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 12 Jan 2011 15:13:57 +0000 (15:13 +0000)
src/gallium/targets/egl-static/SConscript

index 4bb063b..028fc09 100644 (file)
@@ -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,