summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}