debian/changelog | 6 ++++++ debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-)
New commits: commit d77d8908a3dd52b156ada75460a2c37f2ec1b4ad Author: Maarten Lankhorst <[email protected]> Date: Fri Aug 22 15:04:19 2014 +0200 And revert again for now.. (LP: #1360241) diff --git a/debian/changelog b/debian/changelog index 58777f3..db40d27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (10.2.6-1ubuntu3) utopic; urgency=medium + + * And revert again for now.. (LP: #1360241) + + -- Maarten Lankhorst <[email protected]> Fri, 22 Aug 2014 15:02:30 +0200 + mesa (10.2.6-1ubuntu2) utopic; urgency=medium * Fixup typo. diff --git a/debian/control b/debian/control index 0b0191f..0da13b6 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Build-Depends: libudev-dev [linux-any], flex, bison, - llvm-3.5-dev (>= 1:3.5~+rc3) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], + llvm-3.4-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], libelf-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], libwayland-dev (>= 1.2.0) [linux-any], libmirclient-dev [!arm64 !powerpc !ppc64 !ppc64el], @@ -552,7 +552,6 @@ Priority: optional Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libllvm3.5 (>= 1:3.5~+rc3) [amd64 i386], ${shlibs:Depends}, ${misc:Depends} Recommends: libtxc-dxtn-s2tc0 | libtxc-dxtn0 diff --git a/debian/rules b/debian/rules index 3c10f52..c4bd048 100755 --- a/debian/rules +++ b/debian/rules @@ -110,7 +110,7 @@ else 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.5 + confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-3.4 endif confflags_DIRECT_RENDERING = --enable-driglx-direct -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

