From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 6/6] vulkan-tools: version bump 1.3.224.1 -> 1.3.231.0
Date: Wed, 26 Oct 2022 15:24:04 +0200 [thread overview]
Message-ID: <20221026132404.1059441-6-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20221026132404.1059441-1-p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/vulkan-tools.in | 9 ++++-----
rules/vulkan-tools.make | 8 ++++----
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/rules/vulkan-tools.in b/rules/vulkan-tools.in
index 76b312d71bbf..68de172a485f 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
@@ -16,8 +17,6 @@ if VULKAN_TOOLS
config VULKAN_TOOLS_CUBE
bool
- # build system does not allow cross-compilation of the cube examples
- depends on BROKEN
prompt "install vkcube"
help
Install vkcube and vkcubepp examples.
diff --git a/rules/vulkan-tools.make b/rules/vulkan-tools.make
index 293c2486aba2..6279efde253d 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.0
+VULKAN_TOOLS_MD5 := 14730c9e4d46791938e0371c4de30405
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
prev parent reply other threads:[~2022-10-26 13:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-26 13:23 [ptxdist] [PATCH 1/6] glslang: " Philipp Zabel
2022-10-26 13:24 ` [ptxdist] [PATCH 2/6] spirv-headers: " Philipp Zabel
2022-10-26 13:24 ` [ptxdist] [PATCH 3/6] spirv-tools: " Philipp Zabel
2022-10-26 13:24 ` [ptxdist] [PATCH 4/6] vulkan-loader: " Philipp Zabel
2022-10-26 13:24 ` [ptxdist] [PATCH 5/6] vulkan-validationlayers: " Philipp Zabel
2022-10-26 13:24 ` Philipp Zabel [this message]
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=20221026132404.1059441-6-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