Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: a25de4dc by Timo Aaltonen at 2020-09-16T16:59:39+03:00 Migrate to llvm/clang-11. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mesa (20.2.0~rc4-2) UNRELEASED; urgency=medium + + * Migrate to llvm/clang-11. + + -- Timo Aaltonen <[email protected]> Wed, 16 Sep 2020 15:09:30 +0300 + mesa (20.2.0~rc4-1) experimental; urgency=medium * New upstream prerelease. ===================================== debian/control ===================================== @@ -42,9 +42,9 @@ Build-Depends: libelf-dev [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], libwayland-dev (>= 1.15.0) [linux-any], libwayland-egl-backend-dev (>= 1.15.0) [linux-any], - llvm-10-dev (>= 1:10.0.0-4~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], - libclang-10-dev (>= 1:10.0.0-4~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], - libclc-dev (>= 0.2.0+git20190827-5~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], + llvm-11-dev (>= 1:11.0.0~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], + libclang-11-dev (>= 1:11.0.0~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], + libclc-dev (>= 0.2.0+git20190827-7~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], wayland-protocols (>= 1.9), zlib1g-dev, libglvnd-dev (>= 1.3.2), ===================================== debian/rules ===================================== @@ -12,6 +12,9 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) +# for finding the correct llvm-config when meson doesn't know about it yet +export PATH:=/usr/lib/llvm-11/bin/:$(PATH) + ifeq (,$(filter $(DEB_HOST_ARCH), armhf sh3 sh4)) buildflags = \ $(shell DEB_CFLAGS_MAINT_APPEND=-Wall DEB_CXXFLAGS_MAINT_APPEND=-Wall dpkg-buildflags --export=configure) View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/a25de4dc4e950c6aff2ffe4d4126f91a8ffd2aa8 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/a25de4dc4e950c6aff2ffe4d4126f91a8ffd2aa8 You're receiving this email because of your account on salsa.debian.org.

