libwaylandpp: broken armv7l

This commit is contained in:
maxice8 2019-02-25 03:41:31 -03:00
parent 709adb11fa
commit 8deee84e41
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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