[sway] doesn't really need meson >= 0.60

This commit is contained in:
Gwenhael Le Moine 2021-11-27 13:37:48 +01:00
parent a16401a819
commit 6abcf09167
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -37,6 +37,9 @@ for p in $CWD/patches/*.patch; do
git am $p
done
# Slackware ships meson 0.59.4 and won't move to 0.60.x for the time being
sed -i 's|0.60|0.59|' meson.build
meson setup \
--prefix /usr \
--mandir /usr/man/ \