summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoréclairevoyant2023-03-22 13:50:27 -0400
committeréclairevoyant2023-03-22 13:50:48 -0400
commit65e9fc7eab5d753ece2481acaa5ea41a957b798e (patch)
treeff3f2d4fe10baaf93ba44c7e0df81ea392d47409 /PKGBUILD
parent03e4fa07e2787dd1add898abb4671332a197f5b4 (diff)
downloadaur-65e9fc7eab5d753ece2481acaa5ea41a957b798e.tar.gz
ly: ensure xcb libs are available during compilation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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})