From 8c47a5da9fd30ab44705cd1075fe7730da5aa0f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Mon, 18 Jul 2011 23:20:53 +0200 Subject: [PATCH] xvmc-softpipe: remove LLVM_LIBS this is added conditionally in Makefile.xmvc Spotted by Chris Rankin. --- src/gallium/targets/xvmc-softpipe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/xvmc-softpipe/Makefile b/src/gallium/targets/xvmc-softpipe/Makefile index ffc0429..5b60bed 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 -- 2.7.4