summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kempen2020-01-20 12:55:05 +0100
committerAlexander Kempen2020-01-20 12:55:05 +0100
commit0a05dfbc7beb05bca7822c800899734c41f03ab3 (patch)
treebca58791431fa239da0aa4df67c29ad49a3fce57 /PKGBUILD
parent9abc97e625761ae696546b7101d648aae685d859 (diff)
downloadaur-0a05dfbc7beb05bca7822c800899734c41f03ab3.tar.gz
Added libglvnd to depends=()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a721d8aa98d..13b22dd7a00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
license=("ISC")
pkgdesc="This is a VNC server for wlroots based Wayland compositors."
makedepends=("meson" "git" "ninja")
-depends=("libuv" "libxkbcommon" "pixman" "neatvnc-git")
+depends=("libuv" "libxkbcommon" "pixman" "neatvnc-git" "libglvnd")
optdepends=()
arch=("i686" "x86_64")
url="https://github.com/any1/wayvnc"