Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: 84066d82 by Timo Aaltonen at 2019-12-19T21:15:24Z rules: Build radv on mips/mipsel again. - - - - - 382219b6 by Timo Aaltonen at 2019-12-19T21:18:07Z release to sid - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mesa (19.3.1-2) unstable; urgency=medium + + * rules: Build radv on mips/mipsel again. + + -- Timo Aaltonen <[email protected]> Thu, 19 Dec 2019 23:17:58 +0200 + mesa (19.3.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -103,7 +103,7 @@ else # radv needs LLVM and the Vulkan loader, so only build on the subset of # arches where we have LLVM enabled and where the Vulkan loader is built. - ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 powerpc ppc64 ppc64el s390x sparc64)) + ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips mips64el powerpc ppc64 ppc64el s390x sparc64)) VULKAN_DRIVERS += amd, endif View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/compare/9d5c0e7b8c244412937b5e7f95e5bf0e7e85ed95...382219b6e729b528781581d6205aef2af70c636e -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/compare/9d5c0e7b8c244412937b5e7f95e5bf0e7e85ed95...382219b6e729b528781581d6205aef2af70c636e You're receiving this email because of your account on salsa.debian.org.

