projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348bdaa
)
xvmc-softpipe: remove LLVM_LIBS
author
Marek Olšák
<maraeo@gmail.com>
Mon, 18 Jul 2011 21:20:53 +0000
(23:20 +0200)
committer
Marek Olšák
<maraeo@gmail.com>
Mon, 18 Jul 2011 21:41:45 +0000
(23:41 +0200)
this is added conditionally in Makefile.xmvc
Spotted by Chris Rankin.
src/gallium/targets/xvmc-softpipe/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/targets/xvmc-softpipe/Makefile
b/src/gallium/targets/xvmc-softpipe/Makefile
index ffc042900a76a17a667183db0679d4390cb2d5a8..5b60bede5890f59535d7848462deca71ea1d3d67 100644
(file)
--- 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