vulkan-tools : update to 1.3.236

This commit is contained in:
Victor Tebar
2022-12-02 13:58:49 +00:00
parent a2be6e7f03
commit 019b644d3e
3 changed files with 3 additions and 5 deletions

View File

@@ -1 +1 @@
8d5a42c2a4c27ad7e8cda370477fa9ae vulkan-tools-1.3.235.tar.gz
1696afbfeea4e207b6bdb39eeb4de7ed vulkan-tools-1.3.236.tar.gz

View File

@@ -1,4 +1,4 @@
vulkan-tools-1.3.235-1
vulkan-tools-1.3.236-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/vkcube

View File

@@ -3,7 +3,7 @@
# depends : glslang wayland-protocols
name=vulkan-tools
version=1.3.235
version=1.3.236
release=1
source="https://github.com/KhronosGroup/Vulkan-Tools/archive/v$version/$name-$version.tar.gz"
@@ -12,8 +12,6 @@ build() {
cmake -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-D VulkanHeaders_INCLUDE_DIR=/usr/include/ \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="${CFLAGS} -ffat-lto-objects" \