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"