otter-browser: Adjust dependency

Does not depend on libicu or libsqlite directly.

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-10-31 04:46:02 +09:00
parent acef2076cf
commit b6a3a6d12e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ TERMUX_PKG_VERSION=1.0.02
TERMUX_PKG_REVISION=7
TERMUX_PKG_SRCURL="https://github.com/OtterBrowser/otter-browser/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=d1e090a80fa736cd128f594184817078a08cac31614e85e7838ff1b64511d62d
TERMUX_PKG_DEPENDS="libicu, libsqlite, qt5-qtbase, qt5-qtsvg, qt5-qtxmlpatterns, qt5-qtwebkit, qt5-qtmultimedia, hunspell"
TERMUX_PKG_DEPENDS="qt5-qtbase, qt5-qtsvg, qt5-qtxmlpatterns, qt5-qtwebkit, qt5-qtmultimedia, hunspell"
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DENABLE_QTWEBENGINE=OFF -DENABLE_QTWEBKIT=ON -DENABLE_CRASHREPORTS=OFF -DENABLE_SPELLCHECK=ON"