st/egl: Fix missing symbols.
authorChia-I Wu <olvaffe@gmail.com>
Sat, 27 Mar 2010 14:25:26 +0000 (22:25 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 27 Mar 2010 15:54:24 +0000 (23:54 +0800)
commit077570c12b01bafb71c145225e6e08f26b6f8f96
tree894deee431c136f936365fd02b1480f57e44be9a
parenta43618fdc4e046f946d5f0de6dd8a421b66e9498
st/egl: Fix missing symbols.

ximage backend calls gallium_wrap_screen, which requires libidentity.a
and libtrace.a.  There are also some missing symbols in i965 due to the
use of sw wrapper.
src/gallium/targets/Makefile.egl
src/gallium/targets/egl-i915/Makefile
src/gallium/targets/egl-i965/Makefile
src/gallium/targets/egl-nouveau/Makefile
src/gallium/targets/egl-radeon/Makefile
src/gallium/targets/egl-swrast/Makefile
src/gallium/targets/egl-vmwgfx/Makefile