Hi Tom,
This patch doesn't apply cleanly against mesa/master.
For some reason, a bunch of @ symbols got translated to " at ". Once I change
that and apply the patch, it fixes the build for me.
my config:
./autogen.sh --enable-debug --with-dri-drivers=i965,radeon
--with-gallium-drivers=r600 -
From: Tom Stellard
This fixes multiple symbol errors in pipe-loader
---
src/gallium/drivers/radeon/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/gallium/drivers/radeon/Makefile.am
b/src/gallium/drivers/radeon/Makefile.am
index 091adc4..e6eb241 100644
---