Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: 2ddb4250 by Timo Aaltonen at 2024-08-29T10:54:18+03:00 rules: Set MESON_PACKAGE_CACHE_DIR only for archs where nvk is built, fixes armel build. - - - - - 2b06e090 by Timo Aaltonen at 2024-08-29T10:54:41+03:00 releasing package mesa version 24.2.1-3 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mesa (24.2.1-3) unstable; urgency=medium + + * rules: Set MESON_PACKAGE_CACHE_DIR only for archs where nvk is + built, fixes armel build. + + -- Timo Aaltonen <tjaal...@debian.org> Thu, 29 Aug 2024 10:54:30 +0300 + mesa (24.2.1-2) unstable; urgency=medium [ WANG Xuerui ] ===================================== debian/rules ===================================== @@ -17,7 +17,6 @@ LLVM_VERSION = 18 export PATH:=/usr/lib/llvm-$(LLVM_VERSION)/bin/:$(PATH) export DEB_BUILD_MAINT_OPTIONS=optimize=-lto -export MESON_PACKAGE_CACHE_DIR=/usr/share/cargo/registry/ DEB_CFLAGS_MAINT_APPEND := -Wall DEB_CXXFLAGS_MAINT_APPEND := -Wall @@ -136,6 +135,7 @@ else endif ifneq (,$(filter $(DEB_HOST_ARCH), $(NVK_ARCHS))) + export MESON_PACKAGE_CACHE_DIR=/usr/share/cargo/registry/ VULKAN_DRIVERS += nouveau endif View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/b158102d62f983c7f3d3eed1ac762a627bb63981...2b06e09071990fa90fda4b2feabd108c01927fa5 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/b158102d62f983c7f3d3eed1ac762a627bb63981...2b06e09071990fa90fda4b2feabd108c01927fa5 You're receiving this email because of your account on salsa.debian.org.