vulkan-loader: update to 1.1.123
This commit is contained in:
parent
c943f3033b
commit
b3177372e5
|
@ -1,7 +1,7 @@
|
||||||
# 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.121
|
version=1.1.123
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -14,7 +14,7 @@ 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=8966eb5a0f1503f5d8ab1b3602913285961786f7ee06bd1ff436dcce337505d3
|
checksum=9d3ddb84c21c41b259bbd59e649732f0c06b7bb9c42b27311851680bace0ddde
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"
|
configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"
|
||||||
|
|
Loading…
Reference in New Issue