From 8deee84e41a831226fa25bc9bcbc62f2a734d090 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 25 Feb 2019 03:41:31 -0300 Subject: [PATCH] libwaylandpp: broken armv7l --- srcpkgs/libwaylandpp/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/libwaylandpp/template b/srcpkgs/libwaylandpp/template index 023e8515822..c082f0e66cd 100644 --- a/srcpkgs/libwaylandpp/template +++ b/srcpkgs/libwaylandpp/template @@ -17,6 +17,10 @@ distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz" checksum=5a4361f73d2bee65bfe54b954ce085c9bfc7bc4429ac2bdc97c10e3b84660907 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