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

New commits:
commit 15e66e946b75e08958e9ee26e5cbfd2687a4c62f
Author: Steve Langasek <steve.langa...@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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4hom-00029u...@vasks.debian.org

Reply via email to