diff --git a/main/wayland/APKBUILD b/main/wayland/APKBUILD index 3e5c437d497..41a762a455b 100644 --- a/main/wayland/APKBUILD +++ b/main/wayland/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Valery Kartel pkgname=wayland pkgver=1.21.0 -pkgrel=0 +pkgrel=1 pkgdesc="A computer display server protocol" url="https://wayland.freedesktop.org" arch="all" @@ -19,6 +19,7 @@ source="https://gitlab.freedesktop.org/wayland/wayland/-/releases/$pkgver/downlo build() { abuild-meson \ + -Db_lto=true \ -Ddocumentation=false \ . output @@ -26,6 +27,7 @@ build() { } check() { + XDG_RUNTIME_DIR="$(mktemp -d)" \ meson test --no-rebuild --print-errorlogs -C output }