diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index 36b18042f8e..71831176d18 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -55,7 +55,8 @@ 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" - if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then + # Not for big endian targets and not if word sizes of host and target differ + if [ "$XBPS_TARGET_ENDIAN" = "le" -a "$XBPS_TARGET_WORDSIZE" == "$XBPS_WORDSIZE"]; then depends+=" qt5-webengine-devel" fi build_style=meta