Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-validationlayers
Commits: 9a0d2a66 by Timo Aaltonen at 2023-02-26T11:04:37+02:00 Don't build utils lib as a shared library, ship the static one in -dev - - - - - 1219589a by Timo Aaltonen at 2023-02-26T11:09:42+02:00 release to sid - - - - - 4 changed files: - debian/changelog - − debian/patches/fix_shared.patch - debian/patches/series - debian/vulkan-validationlayers-dev.install Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +vulkan-validationlayers (1.3.239.0-2) unstable; urgency=medium + + * Don't build utils lib as a shared library, ship the static one in -dev. + + -- Timo Aaltonen <tjaal...@debian.org> Sun, 26 Feb 2023 11:09:09 +0200 + vulkan-validationlayers (1.3.239.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/fix_shared.patch deleted ===================================== @@ -1,11 +0,0 @@ ---- a/layers/CMakeLists.txt -+++ b/layers/CMakeLists.txt -@@ -23,7 +23,7 @@ - # https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/4640 - add_compile_definitions(XXH_NO_LONG_LONG) - --add_library(VkLayer_utils STATIC) -+add_library(VkLayer_utils SHARED) - target_sources(VkLayer_utils PRIVATE - generated/vk_format_utils.h - generated/vk_format_utils.cpp ===================================== debian/patches/series ===================================== @@ -1 +0,0 @@ -fix_shared.patch ===================================== debian/vulkan-validationlayers-dev.install ===================================== @@ -1 +1,2 @@ +usr/lib/*/libVkLayer_utils.a usr/include/ View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-validationlayers/-/compare/017fc0f645561ce86ce871fe4cc8166302501a1d...1219589a7c835874e2cd1e0b0876673f607a9bad -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-validationlayers/-/compare/017fc0f645561ce86ce871fe4cc8166302501a1d...1219589a7c835874e2cd1e0b0876673f607a9bad You're receiving this email because of your account on salsa.debian.org.