Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 0097a8a0 by Timo Aaltonen at 2021-03-03T13:27:25+02:00 control: Add directx-headers-dev to build-depends for amd64 and arm64 on Linux, which is what WSL2 currently supports. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mesa (21.0.0~rc5-2) UNRELEASED; urgency=medium + + * control: Add directx-headers-dev to build-depends for amd64 and arm64 + on Linux, which is what WSL2 currently supports. + + -- Timo Aaltonen <[email protected]> Wed, 03 Mar 2021 11:25:59 +0200 + mesa (21.0.0~rc5-1) experimental; urgency=medium * New upstream release candidate. ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Uploaders: Andreas Boll <[email protected]> Standards-Version: 4.1.4 Build-Depends: debhelper-compat (= 12), + directx-headers-dev [linux-amd64 linux-arm64], glslang-tools [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 x32], meson (>= 0.45), quilt (>= 0.63-8.2~), ===================================== debian/rules ===================================== @@ -90,6 +90,11 @@ else ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x)) confflags_VALGRIND += -Dvalgrind=enabled endif + + # WSL supports only amd64 and arm64 + ifneq (,$(filter amd64 arm64,$(DEB_HOST_ARCH_CPU))) + GALLIUM_DRIVERS += d3d12 + endif endif # Build intel drivers on archs where libdrm-intel is installed View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/0097a8a0e5f4b69032cfafc9218db9d4a9cb4823 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/0097a8a0e5f4b69032cfafc9218db9d4a9cb4823 You're receiving this email because of your account on salsa.debian.org.

