libwaylandpp: update to 0.2.7

Update to 0.2.7 and umark broken on armv7l-musl

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-11-29 18:55:55 -06:00 committed by Juan RP
parent 85134e3d92
commit b1954a9763

View file

@ -1,7 +1,7 @@
# Template file for 'libwaylandpp'
pkgname=libwaylandpp
version=0.2.5
revision=2
version=0.2.7
revision=1
wrksrc="waylandpp-${version}"
build_style=cmake
configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
@ -14,13 +14,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/NilsBrause/waylandpp"
distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
checksum=5a4361f73d2bee65bfe54b954ce085c9bfc7bc4429ac2bdc97c10e3b84660907
checksum=fa31b659a6bb93b322e1068831c9a0135a4687d8ef9ceb2e7660c909ce10bfa6
subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
case "$XBPS_TARGET_MACHINE" in
armv7l-musl) broken="error: cannot convert 'const wayland::surface_t' to 'wl_surface*'" ;;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-scanner++"
fi