Skip to content

Commit

Permalink
wayland: update to 0.19.0, adopt.
Browse files Browse the repository at this point in the history
Also fix ndebug mode with meson options instead of CFLAGS.
  • Loading branch information
ericonr committed Jan 29, 2021
1 parent 4f0546d commit 510777d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions srcpkgs/wayland/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# 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"
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

0 comments on commit 510777d

Please sign in to comment.