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
3 changed files:
Changes:
1 |
+mesa (21.0.0~rc5-2) UNRELEASED; urgency=medium
|
|
2 |
+ |
|
3 |
+ * control: Add directx-headers-dev to build-depends for amd64 and arm64
|
|
4 |
+ on Linux, which is what WSL2 currently supports.
|
|
5 |
+ |
|
6 |
+ -- Timo Aaltonen <tjaalton@debian.org> Wed, 03 Mar 2021 11:25:59 +0200
|
|
7 |
+ |
|
1 | 8 |
mesa (21.0.0~rc5-1) experimental; urgency=medium
|
2 | 9 |
|
3 | 10 |
* New upstream release candidate.
|
... | ... | @@ -6,6 +6,7 @@ Uploaders: Andreas Boll <aboll@debian.org> |
6 | 6 |
Standards-Version: 4.1.4
|
7 | 7 |
Build-Depends:
|
8 | 8 |
debhelper-compat (= 12),
|
9 |
+ directx-headers-dev [linux-amd64 linux-arm64],
|
|
9 | 10 |
glslang-tools [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 x32],
|
10 | 11 |
meson (>= 0.45),
|
11 | 12 |
quilt (>= 0.63-8.2~),
|
... | ... | @@ -90,6 +90,11 @@ else |
90 | 90 |
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x))
|
91 | 91 |
confflags_VALGRIND += -Dvalgrind=enabled
|
92 | 92 |
endif
|
93 |
+ |
|
94 |
+ # WSL supports only amd64 and arm64
|
|
95 |
+ ifneq (,$(filter amd64 arm64,$(DEB_HOST_ARCH_CPU)))
|
|
96 |
+ GALLIUM_DRIVERS += d3d12
|
|
97 |
+ endif
|
|
93 | 98 |
endif
|
94 | 99 |
|
95 | 100 |
# Build intel drivers on archs where libdrm-intel is installed
|