Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wayland: update to 0.19.0, adopt. #28296

Merged
merged 1 commit into from
Feb 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 6 additions & 7 deletions srcpkgs/wayland/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Template file for 'wayland'
pkgname=wayland
version=1.18.0
revision=3
version=1.19.0
revision=1
build_style=meson
configure_args="-Ddocumentation=false"
# "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"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="https://wayland.freedesktop.org/"
distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
checksum=4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d

CFLAGS="-UNDEBUG"
checksum=baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-devel"
Expand Down