From 8f57e4500bb604ffd438b682eb41b65a2777985d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 29 Apr 2023 17:08:26 +0200 Subject: [PATCH] enlightenment: wayland-devel belongs into hostmakedepends --- srcpkgs/enlightenment/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template index ec1a084618d..fb148d8c669 100644 --- a/srcpkgs/enlightenment/template +++ b/srcpkgs/enlightenment/template @@ -5,7 +5,7 @@ revision=1 build_style=meson configure_args="--sysconfdir=/etc -Dpam=true -Dsystemd=false $(vopt_bool wayland wl)" -hostmakedepends="efl pkg-config gettext $(vopt_if wayland xorg-server-xwayland)" +hostmakedepends="efl pkg-config gettext $(vopt_if wayland 'xorg-server-xwayland wayland-devel')" makedepends="gettext-devel efl-devel pam-devel xkeyboard-config libexif-devel $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')" depends="desktop-file-utils hicolor-icon-theme xkeyboard-config @@ -21,10 +21,6 @@ lib32disabled=yes build_options="wayland" build_options_default="wayland" -if [ "$CROSS_BUILD" -a "$build_option_wayland" ]; then - hostmakedepends+=" wayland-devel" -fi - post_install() { # Use our native tools to shutdown/suspend. sed -i 's/^action:.*halt.*/action: halt shutdown -h now/g' ${DESTDIR}/etc/${pkgname}/sysactions.conf