forked from pool/vulkan-utility-libraries
- Turn off symbol hiding in shared.diff [boo#1217046]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=4
This commit is contained in:
parent
35fe1b4dd0
commit
34da703f4b
22
shared.diff
22
shared.diff
@ -3,13 +3,27 @@ Date: 2023-10-27 07:34:46.251955161 +0200
|
||||
|
||||
Static libraries are a no-go in our distro.
|
||||
---
|
||||
CMakeLists.txt | 2 --
|
||||
src/layer/CMakeLists.txt | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
2 files changed, 2 insertions(+), 3 deletions(-)
|
||||
|
||||
Index: Vulkan-Utility-Libraries/src/layer/CMakeLists.txt
|
||||
Index: Vulkan-Utility-Libraries-vulkan-sdk-1.3.268.0/CMakeLists.txt
|
||||
===================================================================
|
||||
--- Vulkan-Utility-Libraries.orig/src/layer/CMakeLists.txt
|
||||
+++ Vulkan-Utility-Libraries/src/layer/CMakeLists.txt
|
||||
--- Vulkan-Utility-Libraries-vulkan-sdk-1.3.268.0.orig/CMakeLists.txt
|
||||
+++ Vulkan-Utility-Libraries-vulkan-sdk-1.3.268.0/CMakeLists.txt
|
||||
@@ -15,8 +15,6 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
-set(CMAKE_CXX_VISIBILITY_PRESET "hidden")
|
||||
-set(CMAKE_C_VISIBILITY_PRESET "hidden")
|
||||
set(CMAKE_VISIBILITY_INLINES_HIDDEN "YES")
|
||||
|
||||
# This variable enables downstream users to customize the target API
|
||||
Index: Vulkan-Utility-Libraries-vulkan-sdk-1.3.268.0/src/layer/CMakeLists.txt
|
||||
===================================================================
|
||||
--- Vulkan-Utility-Libraries-vulkan-sdk-1.3.268.0.orig/src/layer/CMakeLists.txt
|
||||
+++ Vulkan-Utility-Libraries-vulkan-sdk-1.3.268.0/src/layer/CMakeLists.txt
|
||||
@@ -5,8 +5,9 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
set(CMAKE_FOLDER "${CMAKE_FOLDER}/VulkanLayerSettings")
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 10:29:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Turn off symbol hiding in shared.diff [boo#1217046]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 05:19:18 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user