Vulkan-Tools: Add dependency on vulkan-loader

This commit is contained in:
Tim Sandquist 2025-07-30 07:36:44 -05:00 committed by Duncan Overbruck
parent f87763ded6
commit 3caa6341c6

View file

@ -1,7 +1,7 @@
# Template file for 'Vulkan-Tools' # Template file for 'Vulkan-Tools'
pkgname=Vulkan-Tools pkgname=Vulkan-Tools
version=1.4.313.0 version=1.4.313.0
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DGLSLANG_INSTALL_DIR=/usr configure_args="-DGLSLANG_INSTALL_DIR=/usr
-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -Wno-dev -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" hostmakedepends="python3 pkg-config glslang wayland-devel"
makedepends="vulkan-loader-devel libxcb-devel libxkbcommon-devel makedepends="vulkan-loader-devel libxcb-devel libxkbcommon-devel
wayland-devel wayland-protocols libXrandr-devel zeux-volk" wayland-devel wayland-protocols libXrandr-devel zeux-volk"
depends="vulkan-loader"
short_desc="Official Vulkan tools and utilities" short_desc="Official Vulkan tools and utilities"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"