diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index 40615534e8f..8240353ee61 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -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"