mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
vulkan-loader: update to 1.2.141
This commit is contained in:
parent
8949429bee
commit
6fdec32625
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'vulkan-loader'
|
# Template file for 'vulkan-loader'
|
||||||
pkgname=vulkan-loader
|
pkgname=vulkan-loader
|
||||||
_pkgname=Vulkan-Loader
|
_pkgname=Vulkan-Loader
|
||||||
version=1.2.137
|
version=1.2.141
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -DBUILD_TESTS=OFF"
|
configure_args="-Wno-dev -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,4 +15,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=098a59996fcb32daeda6423fa3fb8a74cff532ec37b33235601ac06f0df00485
|
checksum=0117afacc1f92c92c2b7c52839d2abacb0105480f54e0b93df25ae6b1e6d00d2
|
||||||
|
|
Loading…
Add table
Reference in a new issue