Skip to content

Commit

Permalink
vulkan-loader: update to 1.1.97.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Thomsen authored and maxice8 committed Jan 11, 2019
1 parent c777f13 commit 49de860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/vulkan-loader/template
@@ -1,9 +1,9 @@
# 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.92.1 version=1.1.97
revision=1 revision=1
wrksrc="${_pkgname}-sdk-${version}" wrksrc="${_pkgname}-${version}"
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTS=OFF" configure_args="-DBUILD_TESTS=OFF"
hostmakedepends="python3 pkg-config" hostmakedepends="python3 pkg-config"
Expand All @@ -13,8 +13,8 @@ short_desc="Vulkan Installable Client Driver (ICD) loader"
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>" 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/v${version}.tar.gz"
checksum=207e5559f0c9d0fc67e5077ee7747003d1829f5d1bfcb43b33b65abeae3fa0cf checksum=fe76a062b408e0dddc9214a86b68774b744450f76fd6ccaa40eab9df1979db49


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"
Expand Down

0 comments on commit 49de860

Please sign in to comment.