Date: Sunday, January 1, 2023 @ 18:50:17 Author: freswa Revision: 1372812
wlroots 0.16 rebuild against wlroots 0.15 Modified: qtile/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-01 18:43:45 UTC (rev 1372811) +++ PKGBUILD 2023-01-01 18:50:17 UTC (rev 1372812) @@ -2,7 +2,7 @@ pkgname=qtile pkgver=0.22.1 -pkgrel=1 +pkgrel=2 pkgdesc="A full-featured, pure-Python tiling window manager" arch=(x86_64) url="http://www.qtile.org" @@ -17,6 +17,7 @@ python-cffi python-xcffib python-gobject + libwlroots.so=10 ) makedepends=( git @@ -75,6 +76,8 @@ ) build() { + export CFLAGS="$CFLAGS -I/usr/include/wlroots0.15" + export LDFLAGS="$LDFLAGS -L/usr/lib/wlroots0.15" cd $pkgname ./scripts/ffibuild python -m build --wheel --no-isolation
