projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b07ad1d
)
scons: Update windows build for vgapi->openvg rename.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 12 Jan 2011 15:13:57 +0000
(15:13 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 12 Jan 2011 15:13:57 +0000
(15:13 +0000)
src/gallium/targets/egl-static/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/targets/egl-static/SConscript
b/src/gallium/targets/egl-static/SConscript
index 4bb063b8215511a0241aba0826faecd78519887d..028fc095c04b329d900d6633450b3873da932d61 100644
(file)
--- 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,