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

Author: nobled <[email protected]>
Date:   Sat Jul 24 12:04:29 2010 +0000

i915g: Fix llvm build

Acked-by: Jakob Bornecrantz <[email protected]>

---

 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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to