qtcreator: drop webengine for big endian
This commit is contained in:
parent
f9294bc3c2
commit
c1d74de1be
1 changed files with 3 additions and 4 deletions
|
@ -44,10 +44,9 @@ qtcreator-full_package() {
|
||||||
qt5-x11extras-devel qt5-xmlpatterns-devel qt5-tools-devel qt5-host-tools
|
qt5-x11extras-devel qt5-xmlpatterns-devel qt5-tools-devel qt5-host-tools
|
||||||
qt5-examples qt5-imageformats qt5-graphicaleffects qt5-translations
|
qt5-examples qt5-imageformats qt5-graphicaleffects qt5-translations
|
||||||
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
||||||
ppc|ppc-musl) ;;
|
depends+=" qt5-webengine-devel"
|
||||||
*) depends+=" qt5-webengine-devel" ;;
|
fi
|
||||||
esac
|
|
||||||
build_style=meta
|
build_style=meta
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
echo "Just the dependencies"
|
echo "Just the dependencies"
|
||||||
|
|
Loading…
Reference in a new issue