summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-05-31 15:37:17 +0200
committerEric Engestrom2020-05-31 15:37:17 +0200
commit0ee303af2c74d21d954bc2a810988a8b0868b917 (patch)
tree527356224121a9c03faf57c5a8fd9d1dd722b8e9
parent88f7296ca5cae44ca0a37de72153ee85a48e63c7 (diff)
downloadaur-0ee303af2c74d21d954bc2a810988a8b0868b917.tar.gz
drop x11 dependency has we can now compile the project without it
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b40ea9ab041..52bca8597add 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = vulkan-caps-viewer
makedepends = git
depends = vulkan-icd-loader
depends = qt5-base
- depends = qt5-x11extras
source = https://github.com/SaschaWillems/VulkanCapsViewer#tag=2.04
source = https://github.com/KhronosGroup/Vulkan-Headers
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 019686793690..0f58d352e69b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("git+https://github.com/SaschaWillems/VulkanCapsViewer#tag=$pkgver"
sha1sums=('SKIP'
'SKIP')
makedepends=(git)
-depends=(vulkan-icd-loader qt5-base qt5-x11extras)
+depends=(vulkan-icd-loader qt5-base)
prepare() {
cd VulkanCapsViewer