mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vulkan-loader: update to 1.1.130
This commit is contained in:
parent
239875235a
commit
964a3b2feb
1 changed files with 3 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'vulkan-loader'
|
# Template file for 'vulkan-loader'
|
||||||
pkgname=vulkan-loader
|
pkgname=vulkan-loader
|
||||||
_pkgname=Vulkan-Loader
|
_pkgname=Vulkan-Loader
|
||||||
version=1.1.127
|
version=1.1.130
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTS=OFF"
|
configure_args="-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -DBUILD_TESTS=OFF"
|
||||||
hostmakedepends="python3 pkg-config"
|
hostmakedepends="python3 pkg-config"
|
||||||
makedepends="Vulkan-Headers libxcb-devel libxkbcommon-devel wayland-devel
|
makedepends="Vulkan-Headers libxcb-devel libxkbcommon-devel wayland-devel
|
||||||
libXrandr-devel"
|
libXrandr-devel"
|
||||||
|
@ -14,8 +14,4 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.khronos.org/vulkan/"
|
homepage="https://www.khronos.org/vulkan/"
|
||||||
distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=5fcdf81c7adde3610f94197dfb1cb78ed740627810b72481a0bafa4f7d67f6be
|
checksum=4325b67ba8bfd4ba3d325a0f37340d0684806982be1cd9e2f40367d2688cb5f7
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue