qtile switched to wlroots 0.16 recently,
so changing CFLAGS and LDFLAGS to
export CFLAGS="$CFLAGS -I/usr/include/wlroots0.15"
export LDFLAGS="$LDFLAGS -L/usr/lib/wlroots0.15"
is no longer necessary. This also prevents the qtile from building currently, ending in many errors when gcc is being run.
Pinned Comments
xiota commented on 2024-09-20 20:36 (UTC) (edited on 2024-09-20 20:49 (UTC) by xiota)
Re: The tests take a very long time to run.
When I adopted this package, checks were disabled. Upon enabling them, I saw a large number of failures. Leaving the checks enabled will prevent problems from going unnoticed.
Users who rebuild frequently may not need to run checks after every build. They may opt for one of the following:
--nocheck
option tomakepkg
to skip the tests.makepkg
to disable checks by default.BUILDENV
array in/etc/makepkg.conf
.--check
option.