Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: 389a79ec by Timo Aaltonen at 2019-10-04T14:39:13Z rules: Build Vulkan overlay on x32. (Closes: #932733) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mesa (19.2.0-2) UNRELEASED; urgency=medium + + * rules: Build Vulkan overlay on x32. (Closes: #932733) + + -- Timo Aaltonen <tjaal...@debian.org> Fri, 04 Oct 2019 17:39:06 +0300 + mesa (19.2.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -105,6 +105,10 @@ else # arches where we have LLVM enabled and where the Vulkan loader is built. ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64)) VULKAN_DRIVERS += amd, + endif + + # build vulkan overlay where Vulkan loader is available + ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 x32)) confflags_VULKAN += -Dvulkan-overlay-layer=true endif View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/389a79ec6362ae31dc34dd498b47fec10e536492 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/389a79ec6362ae31dc34dd498b47fec10e536492 You're receiving this email because of your account on salsa.debian.org.