enlightenment: needs wayland-devel in host

This commit is contained in:
Jürgen Buchmüller 2020-06-11 15:08:44 +02:00
parent 7513597e43
commit a09424fa4f

View file

@ -21,6 +21,10 @@ lib32disabled=yes
build_options="wayland"
build_options_default="wayland"
if [ "$CROSS_BUILD" -a "$build_option_wayland" ]; then
hostmakedepends+=" wayland-devel"
fi
post_extract() {
# disable backtrace support on musl for now
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then