summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-03-22 13:50:27 -0400
committeréclairevoyant2023-03-22 13:50:48 -0400
commit65e9fc7eab5d753ece2481acaa5ea41a957b798e (patch)
treeff3f2d4fe10baaf93ba44c7e0df81ea392d47409
parent03e4fa07e2787dd1add898abb4671332a197f5b4 (diff)
downloadaur-ly.tar.gz
ly: ensure xcb libs are available during compilation
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46eb5dd39f5e..6b653b63c8db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = ly
arch = aarch64
license = custom:WTFPL
makedepends = git
+ makedepends = libxcb
depends = pam
optdepends = xorg-xauth: for X server sessions
conflicts = python-ly
diff --git a/PKGBUILD b/PKGBUILD
index c951b471abf4..59e9bcba0f01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(i686 x86_64 aarch64)
url="https://github.com/fairyglade/$pkgname"
license=('custom:WTFPL')
depends=(pam)
-makedepends=(git)
+makedepends=(git libxcb)
optdepends=('xorg-xauth: for X server sessions')
conflicts=(python-ly) # TODO prevent this
backup=(etc/$pkgname/{config.ini,wsetup.sh,xsetup.sh})