wayland: update to 1.22.0.

This commit is contained in:
mhmdanas 2023-04-13 21:20:11 +01:00 committed by Duncan Overbruck
parent 3c29c67167
commit 4d7555f465

View file

@ -1,6 +1,6 @@
# Template file for 'wayland'
pkgname=wayland
version=1.21.0
version=1.22.0
revision=1
build_style=meson
# "Tests must not be built with NDEBUG defined, they rely on assert()."
@ -12,7 +12,13 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="https://wayland.freedesktop.org/"
distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
checksum=6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac
checksum=1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
else
configure_args+=" -Dtests=false"
fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-devel"