summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-08-06 22:59:07 +0200
committerKarol Babioch2018-08-06 22:59:07 +0200
commit5643c25ab38e4373b74e183c24a1c751b52b4b7b (patch)
tree5c92fe6f663098f7288f5785c63ee662b32d4645
parent707fa9c484554d5fdd0534609c8d06de844a5492 (diff)
downloadaur-5643c25ab38e4373b74e183c24a1c751b52b4b7b.tar.gz
Add libx11 as dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a5a8a5a0e8e..a79ee97e9a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="X11 Window-Manager file system based on FUSE"
arch=('x86_64')
url="https://github.com/gerstner-hub/xwmfs"
license=('GPL2')
-depends=('fuse')
+depends=('fuse' 'libx11')
source=("git+https://github.com/gerstner-hub/xwmfs.git")
sha256sums=('SKIP')