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

mesa: Changes to 'ubuntu+1'



 debian/rules |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4ce8ca69c661981bfa72e65b03a4902a9fd8fc6f
Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date:   Mon Mar 18 12:55:32 2013 +0100

    fix build on armhf

diff --git a/debian/rules b/debian/rules
index 3f1f626..c33d35f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,7 @@ else
 	# where we have LLVM enabled.
 	GALLIUM_DRIVERS += radeonsi
     else
-	EXTRA_SED=-e"/radeonsi_dri.so/ s/^/\#/"
+	EXTRA_SED="-e/libllvmradeon/ s/^/\#/"
     endif
   endif
 
@@ -94,7 +94,7 @@ else
   endif
 
   # LLVM is required for r300g and recommended for swrastg on x86:
-  ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386))
+  ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf))
 	confflags_GALLIUM += --enable-gallium-llvm
 	confflags_GALLIUM += --with-llvm-shared-libs
   endif


Reply to: