From 07114b3fdc4e54965731de78ac932f6a1b6deeb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20K=C3=B6nig?= Date: Mon, 16 May 2011 23:04:47 +0200 Subject: [PATCH] [g3dvl] softpipe now needs the llvm libs --- 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 5b60bed..ffc0429 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 -- 2.7.4