diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index 71831176d1..fd8ac27654 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -56,7 +56,7 @@ qtcreator-full_package() { qt5-examples qt5-imageformats qt5-graphicaleffects qt5-translations qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds" # 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 + if [ "$XBPS_TARGET_ENDIAN" = "le" -a "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then depends+=" qt5-webengine-devel" fi build_style=meta