[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/vulkan/vulkan-validationlayers][debian-unstable] 2 commits: Don't build utils lib as a shared library, ship the static one in -dev



Title: GitLab

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:

Changes:

  • debian/changelog
    1
    +vulkan-validationlayers (1.3.239.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Don't build utils lib as a shared library, ship the static one in -dev.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Sun, 26 Feb 2023 11:09:09 +0200
    
    6
    +
    
    1 7
     vulkan-validationlayers (1.3.239.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release.
    

  • debian/patches/fix_shared.patch deleted
    1
    ---- a/layers/CMakeLists.txt
    
    2
    -+++ b/layers/CMakeLists.txt
    
    3
    -@@ -23,7 +23,7 @@
    
    4
    - # https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/4640
    
    5
    - add_compile_definitions(XXH_NO_LONG_LONG)
    
    6
    - 
    
    7
    --add_library(VkLayer_utils STATIC)
    
    8
    -+add_library(VkLayer_utils SHARED)
    
    9
    - target_sources(VkLayer_utils PRIVATE
    
    10
    -     generated/vk_format_utils.h
    
    11
    -     generated/vk_format_utils.cpp

  • debian/patches/series
    1
    -fix_shared.patch

  • debian/vulkan-validationlayers-dev.install
    1
    +usr/lib/*/libVkLayer_utils.a
    
    1 2
     usr/include/


  • Reply to: