mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/vulkan-tools to 1.2.151-1.1
This commit is contained in:
parent
7ab1c127c3
commit
ab6b233e83
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - cmake with -DBUILD_CUBE=OFF
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=vulkan-tools
|
||||
pkgver=1.2.151
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
arch=(x86_64)
|
||||
url="https://www.khronos.org/vulkan/"
|
||||
pkgdesc="Vulkan Utilities and Tools"
|
||||
|
@ -27,7 +26,7 @@ build() {
|
|||
-DBUILD_WSI_XCB_SUPPORT=On \
|
||||
-DBUILD_WSI_XLIB_SUPPORT=On \
|
||||
-DBUILD_WSI_WAYLAND_SUPPORT=On \
|
||||
-DBUILD_CUBE=OFF \
|
||||
-DBUILD_CUBE=ON \
|
||||
-DBUILD_VULKANINFO=ON \
|
||||
-DBUILD_ICD=OFF \
|
||||
-DGLSLANG_INSTALL_DIR=/usr \
|
||||
|
|
Loading…
Reference in a new issue