From 07114b3fdc4e54965731de78ac932f6a1b6deeb7 Mon Sep 17 00:00:00 2001 From: Christian König Date: Mon, 16 May 2011 23:04:47 +0200 Subject: [g3dvl] softpipe now needs the llvm libs --- src/gallium/targets/xvmc-softpipe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3