extra/vulkan-tools to 1.1.96+6873+85ba793e-1

This commit is contained in:
Kevin Mihelich 2019-01-04 13:29:52 +00:00
parent 1f98ac4eaa
commit 7d371c16f3

View file

@ -4,7 +4,7 @@
# - cmake with -DBUILD_CUBE=OFF
pkgname=vulkan-tools
pkgver=1.1.85+6836+500b9c39
pkgver=1.1.96+6873+85ba793e
pkgrel=1
arch=(x86_64)
url="https://www.khronos.org/vulkan/"
@ -12,13 +12,13 @@ pkgdesc="Vulkan Utilities and Tools"
license=('custom')
depends=(gcc-libs libxcb vulkan-icd-loader)
makedepends=(git cmake python vulkan-headers libx11 wayland)
source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=500b9c39a71fdd1a20e42c6604d62d83dfabf47c")
source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=85ba793e025e381bfcc7988265cd472cd45e4396")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/Vulkan-Tools"
echo 1.1.85+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
echo 1.1.96+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
}
build() {
@ -33,7 +33,6 @@ build() {
-DBUILD_WSI_XCB_SUPPORT=On \
-DBUILD_WSI_XLIB_SUPPORT=On \
-DBUILD_WSI_WAYLAND_SUPPORT=On \
-DBUILD_WSI_MIR_SUPPORT=Off \
-DBUILD_CUBE=OFF \
-DBUILD_VULKANINFO=ON \
-DBUILD_ICD=OFF \