debian/changelog |    7 +++++++
 debian/control   |    4 ++--
 debian/rules     |    5 +----
 3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit eabf21e11a617744db1c38aa081efb323a80f627
Author: Christopher James Halse Rogers <r...@ubuntu.com>
Date:   Thu Jan 21 17:40:21 2016 -0600

    Remove architecture restriction from Mir EGL platform patch

diff --git a/debian/changelog b/debian/changelog
index 6dd3b58..87204ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (11.1.1-1ubuntu2) xenial; urgency=medium
+
+  * Remove architecture restrictions on Mir EGL platform;
+    Mir is now built everywhere.
+
+ -- Christopher James Halse Rogers <r...@ubuntu.com>  Thu, 21 Jan 2016 
17:07:05 -0600
+
 mesa (11.1.1-1ubuntu1) xenial; urgency=medium
 
   * Merge from Debian.
diff --git a/debian/control b/debian/control
index 77b9001..c63a749 100644
--- a/debian/control
+++ b/debian/control
@@ -45,8 +45,8 @@ Build-Depends:
  libwayland-dev (>= 1.2.0) [linux-any],
 # libclang-3.7-dev (>= 1:3.7~+rc2) [amd64 i386 armhf],
 # libclc-dev [amd64 i386 armhf],
- mir-client-platform-mesa-dev [!arm64 !powerpc !ppc64 !ppc64el !s390x],
- libmirclient-dev [!arm64 !powerpc !ppc64 !ppc64el !s390x],
+ mir-client-platform-mesa-dev,
+ libmirclient-dev,
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/mesa.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/mesa.git
 Homepage: http://mesa3d.org/
diff --git a/debian/rules b/debian/rules
index 476dd9e..ffc5934 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,11 +77,8 @@ else
 
 # Non-Linux ports also lack *_CLOEXEC and epoll, so wayland isn't ready yet:
        EGL_DISPLAYS += wayland
-
-# Mir isn't built on AArch64 and PPC
-    ifeq (,$(filter $(DEB_HOST_ARCH),arm64 powerpc ppc64 ppc64el s390x))
+# Likewise, Mir makes no attempt to be portable to random kernels.
        EGL_DISPLAYS += mir
-    endif
 
     ifeq (,$(filter $(DEB_HOST_ARCH), s390 s390x))
        DRI_DRIVERS += nouveau

Reply via email to