Update to 1.4.304.0 SDK
This commit is contained in:
parent
b7779e5d49
commit
2896a4da4e
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/Vulkan-Loader-sdk-1.3.261.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.268.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.283.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.304.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Vulkan-Loader-sdk-1.3.283.0.tar.gz) = 0e62cc29a28e9d0898aa0a29b05158f75116f5a86468e879499503a20e95e49791150a0a458317223a04c65dfbc1fdcd22e71596a8cf939a5d38f9bf186851d6
|
||||
SHA512 (Vulkan-Loader-sdk-1.4.304.0.tar.gz) = 331792dab0e321c8d9ca266a6675ae431ead7babcf59da6f8ca14bacbfb8933c2d0c65dd05545b90a972c8c2bb811ba2b68c88b641f0469850d440d791dae443
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: vulkan-loader
|
||||
Version: 1.3.283.0
|
||||
Version: 1.4.304.0
|
||||
Release: %autorelease
|
||||
Summary: Vulkan ICD desktop loader
|
||||
|
||||
@ -56,11 +56,6 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
%ifarch aarch64
|
||||
export CFLAGS="%{optflags} -mbranch-protection=standard -Wp,-D_FORTIFY_SOURCE=2"
|
||||
export CXXFLAGS=$CFLAGS
|
||||
%endif
|
||||
|
||||
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release
|
||||
%cmake_build
|
||||
|
||||
@ -93,6 +88,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
||||
%files devel
|
||||
%{_libdir}/pkgconfig/vulkan.pc
|
||||
%{_libdir}/*.so
|
||||
%dir %{_libdir}/cmake/VulkanLoader/
|
||||
%{_libdir}/cmake/VulkanLoader/*.cmake
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user