- Update to release SDK-1.3.243.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=107
This commit is contained in:
2023-03-29 14:06:20 +00:00
committed by Git OBS Bridge
parent 4ac345cb64
commit 8121eb77e1
4 changed files with 14 additions and 5 deletions
+7
View File
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 29 14:05:29 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.243.0
* Log when VK_LAYER_PATH is ignored
* Implement VK_LUNARG_direct_driver_loading
-------------------------------------------------------------------
Sun Jan 29 12:38:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
+4 -2
View File
@@ -19,7 +19,7 @@
# Prefer to go with just /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.3.239.0
Version: 1.3.243.0
Release: 0
Summary: Reference ICD loader for Vulkan
License: Apache-2.0
@@ -73,7 +73,9 @@ to make use of Vulkan.
%cmake \
-DVulkanHeaders_INCLUDE_DIR:PATH="%_includedir" \
-DVulkanRegistry_DIR:PATH="%_datadir/vulkan/registry" \
-DLIB_SUFFIX:STRING=""
-DLIB_SUFFIX:STRING="" \
-DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="%optflags -U_FORTIFY_SOURCE -O0 -ggdb3" \
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="%optflags -U_FORTIFY_SOURCE -O0 -ggdb3"
%cmake_build
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.