- Update to release SDK-1.3.224.0 (497f2326)
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=90
This commit is contained in:
parent
fb9c8b1f5b
commit
926bbae655
@ -1,27 +0,0 @@
|
||||
From d76fa203ac51014158060915835ed92bf5018b2a Mon Sep 17 00:00:00 2001
|
||||
From: Jan Engelhardt <jengelh@inai.de>
|
||||
Date: Thu, 21 Jul 2022 15:22:26 +0200
|
||||
Subject: [PATCH] vulkaninfo: include wayland-client because its functions are
|
||||
used
|
||||
|
||||
"Include what you use": vulkaninfo.h calls wl_registry_bind, thus
|
||||
ought to include wayland-client.h.
|
||||
---
|
||||
vulkaninfo/vulkaninfo.h | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
Index: Vulkan-Tools-sdk-1.3.224/vulkaninfo/vulkaninfo.h
|
||||
===================================================================
|
||||
--- Vulkan-Tools-sdk-1.3.224.orig/vulkaninfo/vulkaninfo.h
|
||||
+++ Vulkan-Tools-sdk-1.3.224/vulkaninfo/vulkaninfo.h
|
||||
@@ -83,6 +83,10 @@
|
||||
#include <wayland-client.h>
|
||||
#endif
|
||||
|
||||
+#if defined(VK_USE_PLATFORM_WAYLAND_KHR)
|
||||
+#include <wayland-client.h>
|
||||
+#endif
|
||||
+
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
static std::string VkResultString(VkResult err);
|
3
sdk-1.3.224.0.tar.gz
Normal file
3
sdk-1.3.224.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:939d623504cba0b8de2d117eef70dc45f3c21fa05103554d6565e0e23a7f5e04
|
||||
size 868481
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d6f51ba5edfc7a872b4ebe68ba70f5e76514a86639ddb9beab37b4b5e80e524
|
||||
size 868463
|
@ -1,7 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 22:42:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.224.0 (497f2326)
|
||||
* No changes
|
||||
- Drop 0001-vulkaninfo-include-wayland-client-because-its-functi.patch
|
||||
(merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 20:38:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to SDK-1.3.224:
|
||||
- update to branch snapshot SDK-1.3.224 (497f2326)
|
||||
* Add issues to the apiext:VK_KHR_dynamic_rendering proposal document
|
||||
discussing render area granularity (public issue 1899).
|
||||
* Clarify external synchronization requirements for
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vulkan-tools
|
||||
Version: 1.3.224
|
||||
Version: 1.3.224.0
|
||||
Release: 0
|
||||
Summary: Diagnostic utilities for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -25,7 +25,6 @@ Group: Development/Tools/Other
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Tools
|
||||
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-%version.tar.gz
|
||||
Patch1: 0001-vulkaninfo-include-wayland-client-because-its-functi.patch
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel >= 8.13.3743
|
||||
|
Loading…
Reference in New Issue
Block a user