qtcreator: drop webengine for big endian

This commit is contained in:
q66 2020-01-19 03:10:01 +01:00
parent f9294bc3c2
commit c1d74de1be

View file

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