diff options
author | José Fonseca <jfonseca@vmware.com> | 2011-01-12 15:13:57 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2011-01-12 15:13:57 +0000 |
commit | 46662de68b72634c9059ad450e8f6c2edf36c092 (patch) | |
tree | 37aa98a563997cc70d6e56dd0f7a8feca54adccf /src/gallium | |
parent | b07ad1d6bd08bfe3ab84b660587523d5711ea21f (diff) | |
download | external_mesa3d-46662de68b72634c9059ad450e8f6c2edf36c092.zip external_mesa3d-46662de68b72634c9059ad450e8f6c2edf36c092.tar.gz external_mesa3d-46662de68b72634c9059ad450e8f6c2edf36c092.tar.bz2 |
scons: Update windows build for vgapi->openvg rename.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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, |