From 1f3cd2104a08eadee7b58bd19714689d882adfae Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 28 May 2021 14:07:35 +0300 Subject: [PATCH] qt5-qtwebkit: remove common build tools from build-time dependencies list procps - is that a build tool? bison, flex, gperf - common build tools, default build env packages ruby - default package in build environment cmake - installed by build-package.sh if necessary Neither of these target packages are usable when cross-compiling and thus shouldn't be specified as build time dependency. --- x11-packages/qt5-qtwebkit/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/qt5-qtwebkit/build.sh b/x11-packages/qt5-qtwebkit/build.sh index 47d0dfbd5..57803bcad 100644 --- a/x11-packages/qt5-qtwebkit/build.sh +++ b/x11-packages/qt5-qtwebkit/build.sh @@ -3,10 +3,10 @@ TERMUX_PKG_DESCRIPTION="Qt 5 WebKit Library" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="Simeon Huang " TERMUX_PKG_VERSION="5.212.0-alpha4" -TERMUX_PKG_REVISION=2 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SRCURL="https://github.com/qtwebkit/qtwebkit/releases/download/qtwebkit-${TERMUX_PKG_VERSION}/qtwebkit-${TERMUX_PKG_VERSION}.tar.xz" TERMUX_PKG_SHA256=9ca126da9273664dd23a3ccd0c9bebceb7bb534bddd743db31caf6a5a6d4a9e6 TERMUX_PKG_DEPENDS="qt5-qtbase, qt5-qtdeclarative, qt5-qtlocation, qt5-qtmultimedia, qt5-qtsensors, zlib, libxslt, libxcomposite, libhyphen, libwebp" -TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools, procps, bison, flex, gperf, ruby, cmake" +TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DPORT=Qt -DUSE_LD_GOLD=OFF -DUSE_GSTREAMER=OFF -DUSE_QT_MULTIMEDIA=ON -DENABLE_OPENGL=OFF -DENABLE_SAMPLING_PROFILER=OFF -DENABLE_WEBKIT2=OFF" # TODO SAMPLING_PROFILER requires glibc. We might be able to patch the source to make it work with bionic