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