qtcreator: fix typos
This commit is contained in:
parent
3a1005c01e
commit
166851a9c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue