wayland: update to 1.22.0.
This commit is contained in:
parent
3c29c67167
commit
4d7555f465
1 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue