summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-11-08 15:43:18 +0100
committerEric Engestrom2020-11-08 15:43:36 +0100
commit6bad4773131ff90f4bea90d8c5a5947408933e15 (patch)
tree77124a5c8de5858d5da2f7909d5fcf5033271372
parentd0027e9101d1a35721db8d7d001033aaee3fe346 (diff)
downloadaur-6bad4773131ff90f4bea90d8c5a5947408933e15.tar.gz
add missing `wayland` dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f939e4d5309..bf1a19284054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = wayvnc-git
depends = libuv
depends = pixman
depends = neatvnc-git
+ depends = wayland
provides = wayvnc=0.3.1
conflicts = wayvnc
source = https://github.com/any1/wayvnc
diff --git a/PKGBUILD b/PKGBUILD
index 47d94b2af251..02522ae228a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='VNC server for wlroots-based Wayland compositors'
arch=(x86_64 i686)
url=https://github.com/any1/wayvnc
license=(custom:ISC)
-depends=(libglvnd libxkbcommon libuv pixman neatvnc-git)
+depends=(libglvnd libxkbcommon libuv pixman neatvnc-git wayland)
makedepends=(git meson ninja aml-git)
source=("git+$url")
sha512sums=('SKIP')