summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchdevlab2024-02-11 18:22:34 -0500
committerarchdevlab2024-02-11 18:22:34 -0500
commit736b2f363b43bf42cad5ee61eef45055bffc9d7c (patch)
tree8f5c236c2a2502e52fc749d687efe52f72f0c426
parent15d833c395515c474550679368a89183016daeaa (diff)
downloadaur-736b2f363b43bf42cad5ee61eef45055bffc9d7c.tar.gz
depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 550496e937cc..3d20331dae0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = lib32-vulkan-extensionlayer-git
depends = lib32-vulkan-utility-libraries
depends = lib32-volk
depends = lib32-libx11
+ depends = vulkan-extensionlayer-git
provides = lib32-vulkan-extensionlayers
provides = lib32-vulkan-extensionlayer
provides = lib32-vulkan-extension-layer
diff --git a/PKGBUILD b/PKGBUILD
index fd8f3c125768..ba8068039f4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url='https://github.com/KhronosGroup/Vulkan-ExtensionLayer.git'
license=(Apache-2.0)
makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git make)
depends=(lib32-gcc-libs lib32-vulkan-icd-loader-git vulkan-headers-git lib32-vulkan-utility-libraries lib32-volk lib32-libx11)
+# For the layer JSON description
+depends+=(vulkan-extensionlayer-git)
### conflicts/provides/replaces: not in official archliux repos, so list a few package names that archlinnux packager can use
conflicts=(lib32-vulkan-extension-layers-git lib32-vulkan-extension-layers lib32-vulkan-extension-layer lib32-vulkan-extensionlayer lib32-vulkan-extensionlayers)
provides=(lib32-vulkan-extensionlayers lib32-vulkan-extensionlayer lib32-vulkan-extension-layer lib32-vulkan-extension-layers)