summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kempen2020-04-24 15:57:32 +0200
committerAlexander Kempen2020-04-24 15:57:32 +0200
commit2fff3fa40f4456abb0e08d6be89f3e63294f609f (patch)
treed3f9eff9752f0bd1701c72c0936bdebb1eb2bd35 /PKGBUILD
parentab16f4bef6b5fcbfa59adf7b48e56f054ead039e (diff)
downloadaur-2fff3fa40f4456abb0e08d6be89f3e63294f609f.tar.gz
Added aml-git as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dfb09da19f6..94f043255424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
license=("ISC")
pkgdesc="This is a liberally licensed VNC server library that's intended to be fast and neat. Note: This is a beta release, so the interface is not yet stable."
makedepends=("meson" "git" "ninja" "libdrm")
-depends=("libuv" "libxkbcommon" "pixman")
+depends=("libuv" "libxkbcommon" "pixman" "aml-git")
optdepends=("libjpeg-turbo")
arch=("i686" "x86_64")
url="https://github.com/any1/neatvnc"