From 3caa6341c672ac6a8b585a79c1de7a1dd2e74ed8 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Wed, 30 Jul 2025 07:36:44 -0500 Subject: [PATCH] Vulkan-Tools: Add dependency on vulkan-loader --- srcpkgs/Vulkan-Tools/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/Vulkan-Tools/template b/srcpkgs/Vulkan-Tools/template index 5b46fe663f0..88d0d22396c 100644 --- a/srcpkgs/Vulkan-Tools/template +++ b/srcpkgs/Vulkan-Tools/template @@ -1,7 +1,7 @@ # Template file for 'Vulkan-Tools' pkgname=Vulkan-Tools version=1.4.313.0 -revision=1 +revision=2 build_style=cmake configure_args="-DGLSLANG_INSTALL_DIR=/usr -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -Wno-dev @@ -9,6 +9,7 @@ configure_args="-DGLSLANG_INSTALL_DIR=/usr hostmakedepends="python3 pkg-config glslang wayland-devel" makedepends="vulkan-loader-devel libxcb-devel libxkbcommon-devel wayland-devel wayland-protocols libXrandr-devel zeux-volk" +depends="vulkan-loader" short_desc="Official Vulkan tools and utilities" maintainer="Orphaned " license="Apache-2.0"