The PKGBUILD needs to be updated after the recent changes to the Meson build options. I've used these:
meson build \
--prefix /usr \
--buildtype debug \
-Dlibcap=enabled \
-Dlogind=enabled \
-Dlogind-provider=systemd \
-Dxwayland=enabled \
-Dx11-backend=enabled \
-Dxcb-errors=enabled \
-Drootston=true \
-Dexamples=false
I tried setting rootston to false, but the install step expects it to be built. Perhaps rootston should be moved to its own package?
Pinned Comments
aperez commented on 2018-09-28 08:31 (UTC) (edited on 2019-03-07 16:25 (UTC) by aperez)
IMPORTANT
Please do not flag this package as out-of-date if the only change you need is to update to a newer version. It is not needed because it always fetches the sources using Git and uses the most recent version without needing to modify the PKGBUILD — just rebuild the package.
Also, please try building in a clean chroot before assuming that the PKGBUILD is broken.