import vulkan-validation-layers-1.2.148.0-1.el8
This commit is contained in:
parent
d6aa14f33b
commit
8df4b6f3aa
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/Vulkan-ValidationLayers-sdk-1.2.135.0.tar.gz
|
SOURCES/Vulkan-ValidationLayers-sdk-1.2.148.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
887bf306d6f2e260cc2333ed47da8ece382d499b SOURCES/Vulkan-ValidationLayers-sdk-1.2.135.0.tar.gz
|
b7f360e98d458646f47ed108f4804e0dde094641 SOURCES/Vulkan-ValidationLayers-sdk-1.2.148.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: vulkan-validation-layers
|
Name: vulkan-validation-layers
|
||||||
Version: 1.2.135.0
|
Version: 1.2.148.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Vulkan validation layers
|
Summary: Vulkan validation layers
|
||||||
|
|
||||||
@ -15,6 +15,7 @@ BuildRequires: glslang-devel
|
|||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: spirv-tools-devel
|
BuildRequires: spirv-tools-devel
|
||||||
|
BuildRequires: spirv-headers-devel
|
||||||
BuildRequires: vulkan-loader-devel
|
BuildRequires: vulkan-loader-devel
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-cursor)
|
BuildRequires: pkgconfig(wayland-cursor)
|
||||||
@ -50,6 +51,7 @@ developing applications that use %{name}.
|
|||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
||||||
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
||||||
|
-DSPIRV_HEADERS_INSTALL_DIR=%{_includedir}/spirv/ \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
||||||
%ninja_build
|
%ninja_build
|
||||||
|
|
||||||
@ -71,8 +73,8 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/vulkan/
|
%{_includedir}/vulkan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 25 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
|
* Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
|
||||||
- Update to 1.2.135.0
|
- Update to 1.2.148.0
|
||||||
|
|
||||||
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
|
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
|
||||||
- Update for 8.2.0 for vulkan 1.2
|
- Update for 8.2.0 for vulkan 1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user