From: Christian König Date: Mon, 16 May 2011 21:04:47 +0000 (+0200) Subject: [g3dvl] softpipe now needs the llvm libs X-Git-Tag: 062012170305~4979^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07114b3fdc4e54965731de78ac932f6a1b6deeb7;p=profile%2Fivi%2Fmesa.git [g3dvl] softpipe now needs the llvm libs --- 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