mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 5/7] vulkan-tools: version bump 1.3.224.1 -> 1.3.231.1
Date: Fri,  4 Nov 2022 12:34:02 +0100	[thread overview]
Message-ID: <20221104113404.2928204-5-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20221104113404.2928204-1-p.zabel@pengutronix.de>

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/vulkan-tools.in   | 7 ++++---
 rules/vulkan-tools.make | 8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/rules/vulkan-tools.in b/rules/vulkan-tools.in
index 76b312d71bbf..ce40987f594e 100644
--- a/rules/vulkan-tools.in
+++ b/rules/vulkan-tools.in
@@ -6,9 +6,10 @@ config VULKAN_TOOLS
 	select HOST_CMAKE
 	select HOST_GLSLANG
 	select VULKAN_LOADER
-	select LIBXCB		if VULKAN_TOOLS_XCB
-	select XORG_LIB_X11	if VULKAN_TOOLS_XCB
-	select WAYLAND		if VULKAN_TOOLS_WAYLAND
+	select LIBXCB			if VULKAN_TOOLS_XCB
+	select XORG_LIB_X11		if VULKAN_TOOLS_XCB
+	select WAYLAND			if VULKAN_TOOLS_WAYLAND
+	select WAYLAND_PROTOCOLS	if VULKAN_TOOLS_WAYLAND
 	help
 	  Vulkan Utilities and Tools
 
diff --git a/rules/vulkan-tools.make b/rules/vulkan-tools.make
index 293c2486aba2..a7ed9b947177 100644
--- a/rules/vulkan-tools.make
+++ b/rules/vulkan-tools.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_TOOLS) += vulkan-tools
 #
 # Paths and names
 #
-VULKAN_TOOLS_VERSION	:= 1.3.224.1
-VULKAN_TOOLS_MD5	:= 1e0751827d92fbd715687bdce6d374f4
+VULKAN_TOOLS_VERSION	:= 1.3.231.1
+VULKAN_TOOLS_MD5	:= 927ccb38f18bc0af35742e81ba68b9d3
 VULKAN_TOOLS		:= vulkan-tools-$(VULKAN_TOOLS_VERSION)
 VULKAN_TOOLS_SUFFIX	:= tar.gz
 VULKAN_TOOLS_URL	:= https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-$(VULKAN_TOOLS_VERSION).$(VULKAN_TOOLS_SUFFIX)
@@ -43,7 +43,7 @@ VULKAN_TOOLS_CONF_OPT	:= \
 	-DUSE_CCACHE=OFF \
 	-DVulkanRegistry_DIR=$(SYSROOT)/usr/share/vulkan
 
-ifdef VULKAN_TOOLS_CUBE
+ifdef PTXCONF_VULKAN_TOOLS_CUBE
 VULKAN_TOOLS_CONF_OPT	+= \
 	-DCUBE_WSI_SELECTION=$(call ptx/ifdef, PTXCONF_VULKAN_TOOLS_WAYLAND, WAYLAND, \
 			$(call ptx/ifdef, PTXCONF_VULKAN_TOOLS_XCB, XCB, DISPLAY)) \
@@ -63,7 +63,7 @@ $(STATEDIR)/vulkan-tools.targetinstall:
 	@$(call install_fixup, vulkan-tools, AUTHOR, "Philipp Zabel <p.zabel@pengutronix.de>")
 	@$(call install_fixup, vulkan-tools, DESCRIPTION, Vulkan Utilities and Tools)
 
-ifdef VULKAN_TOOLS_CUBE
+ifdef PTXCONF_VULKAN_TOOLS_CUBE
 	@$(call install_copy, vulkan-tools, 0, 0, 0755, -, /usr/bin/vkcube)
 	@$(call install_copy, vulkan-tools, 0, 0, 0755, -, /usr/bin/vkcubepp)
 endif
-- 
2.30.2




  parent reply	other threads:[~2022-11-04 11:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 11:33 [ptxdist] [PATCH 1/7] glslang: " Philipp Zabel
2022-11-04 11:33 ` [ptxdist] [PATCH 2/7] spirv-headers: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 3/7] spirv-tools: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 4/7] vulkan-loader: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` Philipp Zabel [this message]
2022-11-11 14:31   ` [ptxdist] [APPLIED] vulkan-tools: " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 6/7] vulkan-validationlayers: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 7/7] shaderc: version bump v2022.1 -> v2022.3 Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-11 14:31 ` [ptxdist] [APPLIED] glslang: version bump 1.3.224.1 -> 1.3.231.1 Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221104113404.2928204-5-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox