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

mesa: Changes to 'ubuntu'



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

New commits:
commit c6b0e2e5a4930f6cdcceb2fd1e25d4dda4c638bd
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Jul 20 11:01:14 2016 +0300

    control, rules: Disable llvm on ppc64el again, FTBFS with gcc-5 this time.

diff --git a/debian/changelog b/debian/changelog
index d3ed5ff..21ca11c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (12.0.1-3ubuntu2) UNRELEASED; urgency=medium
+
+  * control, rules: Disable llvm on ppc64el again, FTBFS with gcc-5 this
+    time.
+
+ -- Timo Aaltonen <tjaalton@debian.org>  Wed, 20 Jul 2016 10:59:57 +0300
+
 mesa (12.0.1-3ubuntu1) yakkety; urgency=medium
 
   * egl-platform-mir.patch: Don't enable support for ABGR8888. (LP:
diff --git a/debian/control b/debian/control
index 7e3ddb3..9f873f3 100644
--- a/debian/control
+++ b/debian/control
@@ -44,8 +44,8 @@ Build-Depends:
  libudev-dev [linux-any],
  flex,
  bison,
- llvm-3.8-dev (>= 1:3.8) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 arm64 armhf ppc64el],
- libelf-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 arm64 armhf ppc64el],
+ llvm-3.8-dev (>= 1:3.8) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 arm64 armhf],
+ libelf-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 arm64 armhf],
  libwayland-dev (>= 1.2.0) [linux-any],
  libclang-3.8-dev (>= 1:3.8) [amd64 i386 arm64 armhf],
  libclc-dev (>= 0.2.0+git20150813) [amd64 i386 arm64 armhf],
diff --git a/debian/rules b/debian/rules
index 3eea441..9dfb494 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,7 @@ else
   endif
 
   # LLVM is required for r300g, radeonsi and llvmpipe:
-  ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 arm64 armhf ppc64el))
+  ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 arm64 armhf))
 	GALLIUM_DRIVERS += radeonsi
 	confflags_GALLIUM += --enable-gallium-llvm
 	confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-3.8


Reply to: