Mesa (master): pipe-loader: Fix llvmpipe.la path

Michel Dänzer daenzer at kemper.freedesktop.org
Wed Dec 4 02:57:39 UTC 2013


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

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Wed Dec  4 11:56:10 2013 +0900

pipe-loader: Fix llvmpipe.la path

Fixes

 make[3]: *** No rule to make target `.../src/gallium/drivers/softpipe/libllvmpipe.la', needed by `pipe_swrast.la'.  Stop.

---

 src/gallium/targets/pipe-loader/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 90b5760..97733c1 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -159,7 +159,7 @@ if HAVE_GALLIUM_LLVMPIPE
 nodist_EXTRA_pipe_swrast_la_SOURCES = dummy.cpp
 
 pipe_swrast_la_LIBADD += \
-	$(top_builddir)/src/gallium/drivers/softpipe/libllvmpipe.la \
+	$(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la \
 	$(LLVM_LIBS)
 pipe_swrast_la_LDFLAGS += $(LLVM_LDFLAGS)
 endif




More information about the mesa-commit mailing list