xvmc-softpipe: remove LLVM_LIBS

this is added conditionally in Makefile.xmvc

Spotted by Chris Rankin.
This commit is contained in:
Marek Olšák 2011-07-18 23:20:53 +02:00
parent 348bdaa529
commit 8c47a5da9f

View file

@ -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