aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc-softpipe
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-05-16 23:04:47 +0200
committerChristian König <[email protected]>2011-05-16 23:04:47 +0200
commit07114b3fdc4e54965731de78ac932f6a1b6deeb7 (patch)
tree3db61d47dd472af126e29fc843015182d2e00276 /src/gallium/targets/xvmc-softpipe
parent3e976ef31a27ca9a23372f4364955f0f0a5c4ef4 (diff)
[g3dvl] softpipe now needs the llvm libs
Diffstat (limited to 'src/gallium/targets/xvmc-softpipe')
-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 5b60bede589..ffc042900a7 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 =
+DRIVER_LIBS = $(LLVM_LIBS)
include ../Makefile.xvmc