mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libwaylandpp: broken armv7l
This commit is contained in:
parent
709adb11fa
commit
8deee84e41
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
|
||||||
checksum=5a4361f73d2bee65bfe54b954ce085c9bfc7bc4429ac2bdc97c10e3b84660907
|
checksum=5a4361f73d2bee65bfe54b954ce085c9bfc7bc4429ac2bdc97c10e3b84660907
|
||||||
subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
|
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
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" wayland-scanner++"
|
hostmakedepends+=" wayland-scanner++"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue