pika: Depend on google-glog

instead of duplicated libglog package.
This commit is contained in:
Tee KOBAYASHI 2022-02-08 17:54:34 +09:00 committed by xtkoba
parent 9689f11b5a
commit 12e3d9ce94
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ TERMUX_PKG_DESCRIPTION="A persistent huge storage service, compatible with the v
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.4.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/OpenAtomFoundation/pika.git
TERMUX_PKG_DEPENDS="libc++, libglog, libprotobuf, librocksdb, zlib"
TERMUX_PKG_DEPENDS="google-glog, libc++, libprotobuf, librocksdb, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
# ```