qtcreator: fix typos

This commit is contained in:
Jürgen Buchmüller 2020-04-26 18:13:53 +02:00
parent 3a1005c01e
commit 166851a9c2

View file

@ -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