diff options
author | Marek Olšák <[email protected]> | 2011-06-27 08:25:09 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-07-14 03:03:26 +0200 |
commit | 67aba799bc9f32bf60b1587bc7e6072dfadff13d (patch) | |
tree | 434f1c551c3b8d9b94fe61c8a94f9f7b424889f8 /src/gallium/targets/dri-i915 | |
parent | 5fe54df58f31e5d321f7cbd5b095eb8c2417deb1 (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/dri-i915')
-rw-r--r-- | src/gallium/targets/dri-i915/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri-i915/Makefile b/src/gallium/targets/dri-i915/Makefile index 9c10d71a4a6..2ba3eb6e4e6 100644 --- a/src/gallium/targets/dri-i915/Makefile +++ b/src/gallium/targets/dri-i915/Makefile @@ -22,6 +22,7 @@ DRIVER_DEFINES = \ -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD -DGALLIUM_SOFTPIPE ifeq ($(MESA_LLVM),1) +PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a DRIVER_DEFINES += -DGALLIUM_LLVMPIPE endif |