aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vulkan-tools
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vulkan-tools')
-rw-r--r--testing/vulkan-tools/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/vulkan-tools/APKBUILD b/testing/vulkan-tools/APKBUILD
index 354de177a9c..85ddf3c9231 100644
--- a/testing/vulkan-tools/APKBUILD
+++ b/testing/vulkan-tools/APKBUILD
@@ -3,7 +3,7 @@
pkgname=vulkan-tools
_pkgname=Vulkan-Tools
pkgver=1.1.130
-pkgrel=0
+pkgrel=1
arch="all"
url="https://www.khronos.org/vulkan"
pkgdesc="Vulkan Utilities and Tools"
@@ -16,7 +16,7 @@ builddir="$srcdir/$_pkgname-$pkgver"
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \