[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 3542723ae751512163eb705170aca9b33e32c972
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Fri Oct 2 17:34:33 2015 +0300

    control, rules: Disable LLVM on ppc64el again, until unity tests pass with it.

diff --git a/debian/changelog b/debian/changelog
index b537f45..fb0b97c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (11.0.2-1ubuntu2) wily; urgency=medium
+
+  * control, rules: Disable LLVM on ppc64el again, until unity tests
+    pass with it.
+
+ -- Timo Aaltonen <tjaalton@debian.org>  Fri, 02 Oct 2015 15:45:56 +0300
+
 mesa (11.0.2-1ubuntu1) wily; urgency=medium
 
   * Merge from debian.
diff --git a/debian/control b/debian/control
index 2e0d0e9..7a7f84d 100644
--- a/debian/control
+++ b/debian/control
@@ -39,8 +39,8 @@ Build-Depends:
  libudev-dev [linux-any],
  flex,
  bison,
- llvm-3.6-dev (>= 1:3.6) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf ppc64el],
- libelf-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf ppc64el],
+ llvm-3.6-dev (>= 1:3.6) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf],
+ libelf-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf],
  libwayland-dev (>= 1.2.0) [linux-any],
 # libclang-3.7-dev (>= 1:3.7~+rc2) [amd64 i386 armhf],
 # libclc-dev [amd64 i386 armhf],
diff --git a/debian/rules b/debian/rules
index 4cd62d4..1d3ac0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,7 +96,7 @@ else
   endif
 
   # LLVM is required for r300g, radeonsi and llvmpipe:
-  ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf ppc64el))
+  ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf))
 	GALLIUM_DRIVERS += radeonsi
 	confflags_GALLIUM += --enable-gallium-llvm
 	confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-3.6


Reply to: