[g3dvl] softpipe now needs the llvm libs
authorChristian König <deathsimple@vodafone.de>
Mon, 16 May 2011 21:04:47 +0000 (23:04 +0200)
committerChristian König <deathsimple@vodafone.de>
Mon, 16 May 2011 21:04:47 +0000 (23:04 +0200)
src/gallium/targets/xvmc-softpipe/Makefile

index 5b60bed..ffc0429 100644 (file)
@@ -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