summaryrefslogtreecommitdiff
path: root/src/gallium/targets/libgl-xlib
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-06-27 08:25:09 +0200
committerMarek Olšák <maraeo@gmail.com>2011-07-14 03:03:26 +0200
commit67aba799bc9f32bf60b1587bc7e6072dfadff13d (patch)
tree434f1c551c3b8d9b94fe61c8a94f9f7b424889f8 /src/gallium/targets/libgl-xlib
parent5fe54df58f31e5d321f7cbd5b095eb8c2417deb1 (diff)
gallium/targets: do not link every driver with libllvmpipe.a
Only some targets need that, the others don't.
Diffstat (limited to 'src/gallium/targets/libgl-xlib')
-rw-r--r--src/gallium/targets/libgl-xlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/libgl-xlib/Makefile b/src/gallium/targets/libgl-xlib/Makefile
index 53a6c33ed82..f8f6c81b3f2 100644
--- a/src/gallium/targets/libgl-xlib/Makefile
+++ b/src/gallium/targets/libgl-xlib/Makefile
@@ -55,6 +55,7 @@ LIBS = \
# LLVM
ifeq ($(MESA_LLVM),1)
+PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
DEFINES += -DGALLIUM_LLVMPIPE
GL_LIB_DEPS += $(LLVM_LIBS)
LDFLAGS += $(LLVM_LDFLAGS)