From c1d74de1bec15c475b09aa7cad3ad993c351e53e Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 19 Jan 2020 03:10:01 +0100 Subject: [PATCH] qtcreator: drop webengine for big endian --- srcpkgs/qtcreator/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index 2bb135d9ec..85fa118bb6 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -44,10 +44,9 @@ qtcreator-full_package() { qt5-x11extras-devel qt5-xmlpatterns-devel qt5-tools-devel qt5-host-tools qt5-examples qt5-imageformats qt5-graphicaleffects qt5-translations qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds" - case "$XBPS_TARGET_MACHINE" in - ppc|ppc-musl) ;; - *) depends+=" qt5-webengine-devel" ;; - esac + if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then + depends+=" qt5-webengine-devel" + fi build_style=meta pkg_install() { echo "Just the dependencies"