summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoras3ii2020-11-24 14:56:02 +0100
committeras3ii2020-11-24 14:56:02 +0100
commit769d7bee00078c71291a43a777ab513948cf134e (patch)
tree7b1638698bb0615381ff31f4545e4cc5b4c9a7f6
parent63e90442518db4200bf3e5fac7a6f904afd296fd (diff)
downloadaur-769d7bee00078c71291a43a777ab513948cf134e.tar.gz
fixed dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0da41d13310b..9fbc00d8ed81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Dead simple CLI Display Manager on TTY"
arch=('x86_64')
url="https://github.com/tvrzna/emptty"
license=('MIT')
-depends=('pam')
+depends=('pam' 'libx11')
makedepends=('git' 'go')
optdepends=('xorg-server: default display server'
'xorg-xauth: required if using xorg-server'