Mesa (master): llvmpipe: fix linking for lp_test_blend

Brian Paul brianp at kemper.freedesktop.org
Fri Apr 16 19:34:54 UTC 2010


Module: Mesa
Branch: master
Commit: 056df21cb1f40afbaf17ff3913f6d6a12a4079f2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=056df21cb1f40afbaf17ff3913f6d6a12a4079f2

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Apr 16 13:33:35 2010 -0600

llvmpipe: fix linking for lp_test_blend

---

 src/gallium/drivers/llvmpipe/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index fe87619..fad9e34 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -59,7 +59,7 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil
 	python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
 
 
-LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium
+LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium libllvmpipe.a
 
 $(PROGS): lp_test_main.o
 




More information about the mesa-commit mailing list