mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/vulkan-tools to 1.2.151-1
This commit is contained in:
parent
b742597370
commit
5220f5de87
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue