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

Author: Michel Dänzer <michel.daen...@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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to