From a09424fa4ffdc3a2a2f0c55e3f6e67f097aa95ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 11 Jun 2020 15:08:44 +0200 Subject: [PATCH] enlightenment: needs wayland-devel in host --- srcpkgs/enlightenment/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template index 906bde6608..da554a340e 100644 --- a/srcpkgs/enlightenment/template +++ b/srcpkgs/enlightenment/template @@ -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