Mesa (master): i915g: Fix llvm build

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Jul 26 19:34:38 UTC 2010


Module: Mesa
Branch: master
Commit: 4830237660be23ff67b2dd538947c285cde4b715
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4830237660be23ff67b2dd538947c285cde4b715

Author: nobled <nobled at dreamwidth.org>
Date:   Sat Jul 24 12:04:29 2010 +0000

i915g: Fix llvm build

Acked-by: Jakob Bornecrantz <jakob at vmware.com>

---

 src/gallium/targets/dri-i915/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/dri-i915/Makefile b/src/gallium/targets/dri-i915/Makefile
index e88c3c9..9c10d71 100644
--- a/src/gallium/targets/dri-i915/Makefile
+++ b/src/gallium/targets/dri-i915/Makefile
@@ -22,7 +22,7 @@ DRIVER_DEFINES = \
 	-DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD -DGALLIUM_SOFTPIPE
 
 ifeq ($(MESA_LLVM),1)
-DRIVER_DEFINS += -DGALLIUM_LLVMPIPE
+DRIVER_DEFINES += -DGALLIUM_LLVMPIPE
 endif
 
 include ../Makefile.dri




More information about the mesa-commit mailing list