summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcol2023-01-09 13:35:49 -0600
committermcol2023-01-09 13:35:49 -0600
commit47efb6cc9e462ebde255d1d6e991bf84410f2af9 (patch)
tree1279dc61f0acab1401ee1593b14d8421832909d8
parentaa2bb474dc4993d2ce6c2c53e955f7bde5d86fd8 (diff)
downloadaur-47efb6cc9e462ebde255d1d6e991bf84410f2af9.tar.gz
fix build with wlroots0.15
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f59f6f0f974a..653b6924e19a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtile-git
pkgdesc = A full-featured, pure-Python tiling window manager - X11. (git version)
pkgver = 0.20.0.r33.gc1f50739
- pkgrel = 2
+ pkgrel = 3
url = http://www.qtile.org
install = qtile-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9a87c839f845..3ce0917e47b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=qtile-git
pkgver=0.20.0.r33.gc1f50739
-pkgrel=2
+pkgrel=3
pkgdesc="A full-featured, pure-Python tiling window manager - X11. (git version)"
arch=('x86_64')
url="http://www.qtile.org"
@@ -76,6 +76,8 @@ pkgver() {
build() {
cd qtile
+ export CFLAGS="$CFLAGS -I/usr/include/wlroots0.15"
+ export LDFLAGS="$LDFLAGS -L/usr/lib/wlroots0.15"
python setup.py build
./scripts/ffibuild
}