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

mesa: Changes to 'debian-experimental'



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

New commits:
commit fd527792a0663b444906e43585c1c3af310c3dfa
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Sun Dec 8 13:11:23 2013 +0200

    rules: fix s/armhf/arm/ for llvmpipe

diff --git a/debian/rules b/debian/rules
index d82b620..74cdfc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ else
 
 
 # Build the llvmpipe driver only on amd64, i386, and arm 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: