qtcreator: never add webengine to deps on 32-bit ppc

[ci skip]
This commit is contained in:
q66 2019-08-15 19:40:39 +02:00 committed by Helmut Pozimski
parent d1c4cf2357
commit 3a8861f97e
1 changed files with 6 additions and 3 deletions

View File

@ -42,11 +42,14 @@ qtcreator-full_package() {
qt5-quickcontrols2-devel qt5-remoteobjects-devel qt5-script-devel qt5-scxml-devel
qt5-sensors-devel qt5-serialbus-devel qt5-serialport-devel qt5-speech-devel qt5-svg-devel
qt5-tools-devel qt5-virtualkeyboard-devel qt5-wayland-devel qt5-webchannel-devel
qt5-webengine-devel qt5-webglplugin-devel qt5-websockets-devel qt5-webview-devel
qt5-webglplugin-devel qt5-webkit-devel qt5-websockets-devel qt5-webview-devel
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
qt5-webkit-devel"
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
build_style=meta
pkg_install() {
echo "Just the dependencies"