summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-07-18 23:20:53 +0200
committerMarek Olšák <maraeo@gmail.com>2011-07-18 23:41:45 +0200
commit8c47a5da9fd30ab44705cd1075fe7730da5aa0f9 (patch)
tree6ba62a04a4ced42f8b0248e564fc7f986f7be8a8 /src/gallium/targets
parent348bdaa529c3eb60fcf03ed4531193bbf2e12491 (diff)
xvmc-softpipe: remove LLVM_LIBS
this is added conditionally in Makefile.xmvc Spotted by Chris Rankin.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/xvmc-softpipe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xvmc-softpipe/Makefile b/src/gallium/targets/xvmc-softpipe/Makefile
index ffc042900a7..5b60bede589 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