diff options
author | Christian König <[email protected]> | 2011-05-16 23:04:47 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-05-16 23:04:47 +0200 |
commit | 07114b3fdc4e54965731de78ac932f6a1b6deeb7 (patch) | |
tree | 3db61d47dd472af126e29fc843015182d2e00276 /src/gallium/targets/xvmc-softpipe | |
parent | 3e976ef31a27ca9a23372f4364955f0f0a5c4ef4 (diff) |
[g3dvl] softpipe now needs the llvm libs
Diffstat (limited to 'src/gallium/targets/xvmc-softpipe')
-rw-r--r-- | src/gallium/targets/xvmc-softpipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |