mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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
|
pkgbase=vulkan-lunarg-tools
|
||||||
pkgname=(vulkan-trace vulkan-extra-layers)
|
pkgname=(vulkan-trace vulkan-extra-layers)
|
||||||
pkgver=1.1.79+10184+7ae1b7c06
|
pkgver=1.1.82+10205+94ac68e53
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://lunarg.com/"
|
url="http://lunarg.com/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=()
|
depends=()
|
||||||
makedepends=(git cmake python vulkan-headers vulkan-icd-loader glslang spirv-tools libx11 libxrandr wayland qt5-svg)
|
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=7ae1b7c066137e5730e941de572b2edef17c27df")
|
source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=94ac68e537358fa0216efc14f04a439f3684f497")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
_install() {
|
_install() {
|
||||||
|
@ -30,7 +30,7 @@ _install() {
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/VulkanLunargTools"
|
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() {
|
prepare() {
|
||||||
|
@ -51,6 +51,9 @@ build() {
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DCMAKE_SKIP_RPATH=True \
|
-DCMAKE_SKIP_RPATH=True \
|
||||||
-DGLSLANG_INSTALL_DIR=/usr \
|
-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_XCB_SUPPORT=On \
|
||||||
-DBUILD_WSI_XLIB_SUPPORT=On \
|
-DBUILD_WSI_XLIB_SUPPORT=On \
|
||||||
-DBUILD_WSI_WAYLAND_SUPPORT=On \
|
-DBUILD_WSI_WAYLAND_SUPPORT=On \
|
||||||
|
|
Loading…
Reference in a new issue