summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')