[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'ubuntu'



 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15e66e946b75e08958e9ee26e5cbfd2687a4c62f
Author: Steve Langasek <steve.langasek@ubuntu.com>
Date:   Wed Aug 22 13:43:30 2012 -0700

    DEB_HOST_ARCH_CPU == arm on armhf

diff --git a/debian/rules b/debian/rules
index c98c18c..28280ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ else
 
 
 # Build the llvmpipe driver only on amd64, i386 until it's tested elsewhere
-  ifeq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386 armhf))
+  ifeq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386 arm))
 	DRI_DRIVERS += swrast
   else
 	GALLIUM_DRIVERS += swrast


Reply to: