Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib /
mesa
Commits:
79da31e3 by Timo Aaltonen at 2020-12-10T14:21:27+02:00
rules: Clarify the status of wayland support on non-linux ports.
- - - - -
96268454 by Timo Aaltonen at 2020-12-10T14:22:56+02:00
release to experimental
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-mesa (20.3.0-2) UNRELEASED; urgency=medium
+mesa (20.3.0-2) experimental; urgency=medium
* rules: Fix the name of the broadcom vulkan driver.
* control, rules: Drop llvm support from kfreebsd, as llvm isn't built
@@ -8,8 +8,9 @@ mesa (20.3.0-2) UNRELEASED; urgency=medium
* rules: Move common settings for !hurd to the top.
* rules: Use a better method to build the arrays of drivers, thanks
Witold Baryluk! (Closes: #972736)
+ * rules: Clarify the status of wayland support on non-linux ports.
- -- Timo Aaltonen <[email protected]> Tue, 08 Dec 2020 09:03:41 +0200
+ -- Timo Aaltonen <[email protected]> Thu, 10 Dec 2020 14:21:30 +0200
mesa (20.3.0-1) experimental; urgency=medium
=====================================
debian/rules
=====================================
@@ -82,7 +82,9 @@ else
VULKAN_DRIVERS += intel
endif
- # Non-Linux ports also lack *_CLOEXEC and epoll, so wayland isn't ready
yet:
+ # Non-Linux ports lack epoll, so wayland isn't ready yet:
+ # https://gitlab.freedesktop.org/wayland/wayland/-/issues/72
+ # hurd also lacks *_CLOEXEC
EGL_PLATFORMS += ,wayland
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el
mipsel powerpc ppc64 ppc64el s390x))
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/0092afd5f0ea335535f8664c875310e5d097e4c1...96268454938c4385f7d2c1be6ba0a55b2c84cf1b
--
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/0092afd5f0ea335535f8664c875310e5d097e4c1...96268454938c4385f7d2c1be6ba0a55b2c84cf1b
You're receiving this email because of your account on salsa.debian.org.