Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib /
mesa
Commits:
c7475a02 by Fabio Pedretti at 2023-11-14T11:41:33+01:00
remove double space
- - - - -
0c10e875 by Fabio Pedretti at 2023-11-14T11:44:28+01:00
use a variable for WSL archs
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -39,13 +39,14 @@ VULKAN_DRIVERS =
VULKAN_LAYERS =
confflags_DRI3 = -Ddri3=disabled
-confflags_OSMESA = -Dosmesa=true
+confflags_OSMESA = -Dosmesa=true
confflags_SSE2 = -Dsse2=true
LLVM_ARCHS = amd64 arm64 armel armhf i386 mips64el powerpc ppc64 ppc64el
riscv64 s390x sparc64 x32
RUSTICL_ARCHS = amd64 arm64 armel armhf i386 mips64el powerpc ppc64 ppc64el
riscv64 s390x x32
VALGRIND_ARCHS = amd64 arm64 armhf i386 mips64el powerpc ppc64 ppc64el s390x
WINE_ARCHS = amd64 arm64 armel armhf i386 powerpc
+WSL_ARCHS = amd64 arm64
# hurd doesn't do direct rendering
ifeq ($(DEB_HOST_ARCH_OS), hurd)
@@ -117,7 +118,7 @@ else
endif
# WSL supports only amd64 and arm64
- ifneq (,$(filter amd64 arm64,$(DEB_HOST_ARCH)))
+ ifneq (,$(filter $(DEB_HOST_ARCH), $(WSL_ARCHS)))
GALLIUM_DRIVERS += d3d12
endif
endif
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/02e09d710a95bbf38e2bce87a21ce111deb4a0ec...0c10e875f326ac6ae7c60f7cc87cce3c64fc89cb
--
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/02e09d710a95bbf38e2bce87a21ce111deb4a0ec...0c10e875f326ac6ae7c60f7cc87cce3c64fc89cb
You're receiving this email because of your account on salsa.debian.org.