mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/vulkan-lunarg-tools to 1.1.82+10205+94ac68e53-1
This commit is contained in:
parent
8c535eb9c1
commit
5575effc38
1 changed files with 7 additions and 4 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
pkgbase=vulkan-lunarg-tools
|
||||
pkgname=(vulkan-trace vulkan-extra-layers)
|
||||
pkgver=1.1.79+10184+7ae1b7c06
|
||||
pkgver=1.1.82+10205+94ac68e53
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="http://lunarg.com/"
|
||||
license=('custom')
|
||||
depends=()
|
||||
makedepends=(git cmake python vulkan-headers vulkan-icd-loader glslang spirv-tools libx11 libxrandr wayland qt5-svg)
|
||||
source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=7ae1b7c066137e5730e941de572b2edef17c27df")
|
||||
makedepends=(git cmake python vulkan-headers vulkan-validation-layers vulkan-icd-loader glslang spirv-tools libx11 libxrandr wayland qt5-svg)
|
||||
source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=94ac68e537358fa0216efc14f04a439f3684f497")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
_install() {
|
||||
|
@ -30,7 +30,7 @@ _install() {
|
|||
pkgver() {
|
||||
cd "${srcdir}/VulkanLunargTools"
|
||||
|
||||
echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||
echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
@ -51,6 +51,9 @@ build() {
|
|||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_SKIP_RPATH=True \
|
||||
-DGLSLANG_INSTALL_DIR=/usr \
|
||||
-DVULKAN_HEADERS_INSTALL_DIR=/usr/include/vulkan \
|
||||
-DVULKAN_LOADER_INSTALL_DIR=/usr \
|
||||
-DVULKAN_VALIDATIONLAYERS_INSTALL_DIR=/usr \
|
||||
-DBUILD_WSI_XCB_SUPPORT=On \
|
||||
-DBUILD_WSI_XLIB_SUPPORT=On \
|
||||
-DBUILD_WSI_WAYLAND_SUPPORT=On \
|
||||
|
|
Loading…
Reference in a new issue