wayland: update to 1.21.0.
This commit is contained in:
parent
70c77804ae
commit
a8d8f5a7e5
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'wayland'
|
||||
pkgname=wayland
|
||||
version=1.20.0
|
||||
version=1.21.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
# "Tests must not be built with NDEBUG defined, they rely on assert()."
|
||||
configure_args="-Ddocumentation=false -Db_ndebug=false"
|
||||
hostmakedepends="flex pkg-config"
|
||||
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
|
||||
short_desc="Wayland protocol compositor"
|
||||
short_desc="Core Wayland window system code and protocol"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://wayland.freedesktop.org/"
|
||||
distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||
checksum=b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725
|
||||
distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
|
||||
checksum=6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" wayland-devel"
|
||||
|
|
Loading…
Reference in New Issue