Mesa (master): xvmc-softpipe: remove LLVM_LIBS

Marek Olšák mareko at kemper.freedesktop.org
Mon Jul 18 21:43:46 UTC 2011


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Mon Jul 18 23:20:53 2011 +0200

xvmc-softpipe: remove LLVM_LIBS

this is added conditionally in Makefile.xmvc

Spotted by Chris Rankin.

---

 src/gallium/targets/xvmc-softpipe/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/xvmc-softpipe/Makefile b/src/gallium/targets/xvmc-softpipe/Makefile
index ffc0429..5b60bed 100644
--- a/src/gallium/targets/xvmc-softpipe/Makefile
+++ b/src/gallium/targets/xvmc-softpipe/Makefile
@@ -14,7 +14,7 @@ PIPE_DRIVERS = \
 C_SOURCES = \
 	$(TOP)/src/gallium/winsys/g3dvl/xlib/xsp_winsys.c
 
-DRIVER_LIBS = $(LLVM_LIBS)
+DRIVER_LIBS =
 
 include ../Makefile.xvmc
 




More information about the mesa-commit mailing list