summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kempen2020-01-20 12:55:05 +0100
committerAlexander Kempen2020-01-20 12:55:05 +0100
commit0a05dfbc7beb05bca7822c800899734c41f03ab3 (patch)
treebca58791431fa239da0aa4df67c29ad49a3fce57
parent9abc97e625761ae696546b7101d648aae685d859 (diff)
downloadaur-0a05dfbc7beb05bca7822c800899734c41f03ab3.tar.gz
Added libglvnd to depends=()
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f23b18c8d8ba..a5dd1325c8d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = wayvnc-git
depends = libxkbcommon
depends = pixman
depends = neatvnc-git
+ depends = libglvnd
source = wayvnc::git+https://github.com/any1/wayvnc.git
sha512sums = SKIP
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"