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

mesa: Changes to 'debian-experimental'



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

New commits:
commit a929cccb5630ad273f99ba85dddb31f114e7ed3a
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 bfe04a5..e2a2f9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,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
 
@@ -99,7 +99,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: