summaryrefslogtreecommitdiff
path: root/vulkan-loader/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-09-24 22:33:56 +1000
committerDanny Rawlins <contact@romster.me>2021-09-24 22:33:56 +1000
commitae86a6da4e69ee9d2b04ccabc3909d9a9252a4d4 (patch)
tree126f414cac351095ce85e444873b771737497ad9 /vulkan-loader/Pkgfile
parent6fcbb35cbb3a5ab468db5e15c081646104d33193 (diff)
downloadopt-ae86a6da4e69ee9d2b04ccabc3909d9a9252a4d4.tar.gz
opt-ae86a6da4e69ee9d2b04ccabc3909d9a9252a4d4.tar.xz
vulkan-loader: 1.2.182 -> 1.2.189.1
Diffstat (limited to 'vulkan-loader/Pkgfile')
-rw-r--r--vulkan-loader/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/vulkan-loader/Pkgfile b/vulkan-loader/Pkgfile
index c6c93460e..97210cb71 100644
--- a/vulkan-loader/Pkgfile
+++ b/vulkan-loader/Pkgfile
@@ -4,15 +4,15 @@
# Depends on: vulkan-headers xorg-libxrandr
name=vulkan-loader
-version=1.2.182
+version=1.2.189.1
release=1
-source=(https://github.com/KhronosGroup/Vulkan-Loader/archive/v$version/Vulkan-Loader-$version.tar.gz)
+source=(https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-$version/Vulkan-Loader-$version.tar.gz)
build() {
prt-get isinst ninja && PKGMK_VULKAN_LOADER+=' -G Ninja'
prt-get isinst wayland || PKGMK_VULKAN_LOADER+=' -D BUILD_WSI_WAYLAND_SUPPORT=OFF'
- cmake -S Vulkan-Loader-$version -B build $PKGMK_VULKAN_LOADER \
+ cmake -S Vulkan-Loader-sdk-$version -B build $PKGMK_VULKAN_LOADER \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \

Generated by cgit