Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: a5e1a29d by Timo Aaltonen at 2021-04-09T13:46:42+03:00 rules: Limit d3d12 by DEB_HOST_ARCH, not DEB_HOST_ARCH_CPU. (Closes: #986660) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mesa (21.0.2-2) UNRELEASED; urgency=medium + + * rules: Limit d3d12 by DEB_HOST_ARCH, not DEB_HOST_ARCH_CPU. (Closes: + #986660) + + -- Timo Aaltonen <[email protected]> Fri, 09 Apr 2021 13:46:32 +0300 + mesa (21.0.2-1) experimental; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -92,7 +92,7 @@ else endif # WSL supports only amd64 and arm64 - ifneq (,$(filter amd64 arm64,$(DEB_HOST_ARCH_CPU))) + ifneq (,$(filter amd64 arm64,$(DEB_HOST_ARCH))) GALLIUM_DRIVERS += d3d12 endif endif View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/a5e1a29d33b7339d19bfde934be1d42f8384b6f3 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/a5e1a29d33b7339d19bfde934be1d42f8384b6f3 You're receiving this email because of your account on salsa.debian.org.

