From: Marek Olšák Date: Mon, 18 Jul 2011 21:20:53 +0000 (+0200) Subject: xvmc-softpipe: remove LLVM_LIBS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c47a5da9fd30ab44705cd1075fe7730da5aa0f9;p=mesa.git xvmc-softpipe: remove LLVM_LIBS this is added conditionally in Makefile.xmvc Spotted by Chris Rankin. --- 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