summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndri Yngvason2021-10-01 22:13:17 +0000
committerAndri Yngvason2021-10-01 22:13:21 +0000
commit76447701804d7c51bbd444dbaa54e4c0ac8f2d85 (patch)
tree9a61b7f7a96016d5b9cf224e82b5b6d59845322e /PKGBUILD
parent251d36db0a83cc35da597e3d873ef6fc9bef0f33 (diff)
downloadaur-76447701804d7c51bbd444dbaa54e4c0ac8f2d85.tar.gz
Add libglvnd for gbm and remove libuv
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee23e330dcaf..d2c92099c3b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=neatvnc-git
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="VNC server library that's intended to be fast and neat"
arch=(x86_64 i686 aarch64 armv7h)
url=https://github.com/any1/neatvnc
license=(custom:ISC)
-depends=(libuv libxkbcommon pixman aml-git gnutls libjpeg-turbo)
+depends=(libglvnd libxkbcommon pixman aml-git gnutls libjpeg-turbo)
makedepends=(git meson ninja libdrm)
source=("git+$url")
sha512sums=('SKIP')