extra/vulkan-tools to 1.2.151-1

This commit is contained in:
Kevin Mihelich 2020-09-02 13:47:27 +00:00
parent b742597370
commit 5220f5de87

View file

@ -4,16 +4,16 @@
# - cmake with -DBUILD_CUBE=OFF
pkgname=vulkan-tools
pkgver=1.2.146
pkgver=1.2.151
pkgrel=1
arch=(x86_64)
url="https://www.khronos.org/vulkan/"
pkgdesc="Vulkan Utilities and Tools"
license=('custom')
depends=(gcc-libs libxcb vulkan-icd-loader)
makedepends=(git cmake python vulkan-headers libx11 wayland)
makedepends=(git cmake python vulkan-headers libx11 wayland glslang spirv-tools)
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz")
sha256sums=('3a492120319422db102036928c0f2f7011077fcbe62e9b3b8b0de86de2ece620')
sha256sums=('e2c42bb61ae941d7b07201db236e66f40ac35cf800f350e1ae0685a77dca1d1b')
build() {
cd "${srcdir}"/Vulkan-Tools*
@ -30,6 +30,7 @@ build() {
-DBUILD_CUBE=OFF \
-DBUILD_VULKANINFO=ON \
-DBUILD_ICD=OFF \
-DGLSLANG_INSTALL_DIR=/usr \
-DCMAKE_BUILD_TYPE=Release \
..
make