vulkan-loader: update to 1.1.92.0.
This commit is contained in:
parent
a5f7fbad21
commit
327ec570c5
1 changed files with 4 additions and 4 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.85.0
|
version=1.1.92.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
|
||||||
configure_args="-DBUILD_TESTS=Off"
|
|
||||||
wrksrc="${_pkgname}-sdk-${version}"
|
wrksrc="${_pkgname}-sdk-${version}"
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-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
|
||||||
libwayland-egl libXrandr-devel"
|
libwayland-egl libXrandr-devel"
|
||||||
|
@ -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/sdk-${version}.tar.gz"
|
distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${version}.tar.gz"
|
||||||
checksum=d6980078a4d11269184c4a291af28532475d1eef9a6c784c469c0346ad1fa511
|
checksum=358ae5ebd53d1a8ae502892d2eebed3f76a60144063fb3816bc17b5a002c636d
|
||||||
|
|
||||||
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 a new issue