debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 84ae506072f388da99f03060458449031bc2eec2 Author: Julien Cristau <jcris...@debian.org> Date: Sun May 3 19:30:02 2009 +0200 Don't build hardware dri drivers on s390. diff --git a/debian/changelog b/debian/changelog index f074fb4..a803e08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (7.4.1-2) UNRELEASED; urgency=low + + * Don't build hardware dri drivers on s390. + + -- Julien Cristau <jcris...@debian.org> Sun, 03 May 2009 19:22:59 +0200 + mesa (7.4.1-1) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/rules b/debian/rules index a73b4da..fa85ef4 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,7 @@ else DIRECT_RENDERING = --enable-driglx-direct ifeq ($(DEB_HOST_ARCH), lpia) DRI_DRIVERS += i915 i965 - else + else ifneq ($(DEB_HOST_ARCH), s390) DRI_DRIVERS += mach64 mga r128 r200 r300 radeon s3v savage tdfx trident ifeq ($(DEB_HOST_GNU_CPU), i486) DRI_DRIVERS += i810 i915 i965 sis unichrome -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org