summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-03-20 13:15:52 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-03-20 13:15:52 +0100
commitd102a6799d3abeac5153e61e8143fd3cd8c79331 (patch)
tree7a7f8d35ba46a71630b6096832d18888bce1fb40 /extra
parentcfb6b7e7cbe8f8cb173f1ae92234ae9329541692 (diff)
downloadpackages-d102a6799d3abeac5153e61e8143fd3cd8c79331.tar.xz
extra/wayland: fixed no documentation for i486 to use meson and no longer configure
Diffstat (limited to 'extra')
-rw-r--r--extra/wayland/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/wayland/PKGBUILD b/extra/wayland/PKGBUILD
index bd52d172..022f7c99 100644
--- a/extra/wayland/PKGBUILD
+++ b/extra/wayland/PKGBUILD
@@ -13,7 +13,7 @@ if [ "${CARCH}" = "i486" ]; then
eval "$(
declare -f build | \
sed '
- s/configure/configure --disable-documentation/
+ /meson build/s/.$/ -Ddocumentation=false/g
'
)"