mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
Vulkan-Tools: Add dependency on vulkan-loader
This commit is contained in:
parent
f87763ded6
commit
3caa6341c6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue