debian/changelog |    3 +++
 debian/rules     |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 5667b9f6871a9a04acb7da05d305851ba32461aa
Author: Timo Aaltonen <tjaal...@ubuntu.com>
Date:   Fri Dec 6 07:28:54 2013 +0200

    rules: Enable llvmpipe on armhf, should work now.

diff --git a/debian/changelog b/debian/changelog
index 844c274..817388f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ mesa (10.0.0-1) UNRELEASED; urgency=low
   * Cherry pick commit to hide some gbm symbols.
   * Manually install *_dri.so to preserve mega-driver hardlinks.
 
+  [ Timo Aaltonen ]
+  * rules: Enable llvmpipe on armhf, should work now.
+
  -- Emilio Pozuelo Monfort <po...@debian.org>  Sun, 27 Oct 2013 20:49:30 +0100
 
 mesa (9.2.2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index af5ae4e..d82b620 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,8 +83,8 @@ else
   endif
 
 
-# Build the llvmpipe driver only on amd64, i386 until it's tested elsewhere
-  ifeq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386))
+# Build the llvmpipe driver only on amd64, i386, and arm until it's tested 
elsewhere
+  ifeq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386 armhf))
        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/e1vonyk-0002bo...@moszumanska.debian.org

Reply via email to