summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov2021-10-05 11:14:59 +0100
committerEmil Velikov2021-10-05 11:30:26 +0100
commit46683290d0f338516df06e62bdb54b6183b5fbd1 (patch)
treefeaa41c3409d97a2ce279426158f6b6fdf138661
parentbb978ba8207712648e2e31cce2317421fb0fd9b3 (diff)
downloadaur-46683290d0f338516df06e62bdb54b6183b5fbd1.tar.gz
remove libpng and mesa dependencies
AFAICT libpng was never required - the project uses separate project stb_image for it's PNG handling. Originally Mesa was required for the gbm/kms backend. In part due to the GBM dependency, in part due to the vulkan_intel.h (and respective extension) used. The header and the respective extension have been removed with Mesa 21.1 See this upstream report for more: https://github.com/vkmark/vkmark/issues/33
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce1e02b5e52..7a30cf57065b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,6 @@ pkgbase = vkmark-git
makedepends = glm
makedepends = wayland-protocols
depends = vulkan-icd-loader
- depends = libpng
- depends = mesa
depends = assimp
depends = xcb-util-wm
depends = wayland
diff --git a/PKGBUILD b/PKGBUILD
index 423c3da8b4d5..cb19afe08076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
url='https://github.com/vkmark/vkmark'
arch=('i686' 'x86_64')
license=('LGPL2.1')
-depends=('vulkan-icd-loader' 'libpng' 'mesa' 'assimp' 'xcb-util-wm' 'wayland')
+depends=('vulkan-icd-loader' 'assimp' 'xcb-util-wm' 'wayland')
makedepends=('git' 'vulkan-headers' 'meson' 'ninja' 'glm' 'wayland-protocols')
source=('git+https://github.com/vkmark/vkmark.git')
sha1sums=('SKIP')