debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-)
New commits: commit 8e163b1447c81d28e179a0e8af8e4eeafda13cac Author: Timo Aaltonen <[email protected]> Date: Wed Apr 17 11:22:53 2013 +0300 control, rules: Add llvm-3.2-dev to build-depends for powerpc, enable gallium llvm and shared libs (FTBFS). diff --git a/debian/changelog b/debian/changelog index 3207f23..6be2ad3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (9.1.1-0ubuntu2) raring; urgency=low + + * control, rules: Add llvm-3.2-dev to build-depends for powerpc, enable + gallium llvm and shared libs (FTBFS). + + -- Timo Aaltonen <[email protected]> Wed, 17 Apr 2013 01:42:38 -0600 + mesa (9.1.1-0ubuntu1) raring; urgency=low [ Timo Aaltonen ] diff --git a/debian/control b/debian/control index 58f76eb..0e965dc 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Build-Depends: libudev-dev [linux-any], flex, bison, - llvm-3.2-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], + llvm-3.2-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf powerpc], libwayland-dev (>= 1.0.2) [linux-any], Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/mesa.git diff --git a/debian/rules b/debian/rules index c33d35f..da971f7 100755 --- a/debian/rules +++ b/debian/rules @@ -94,7 +94,7 @@ else endif # LLVM is required for r300g and recommended for swrastg on x86: - ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf)) + ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf powerpc)) confflags_GALLIUM += --enable-gallium-llvm confflags_GALLIUM += --with-llvm-shared-libs endif -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

