From 8c3403df45e6a657a0b074a1c22fad79189c67d1 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Fri, 20 Sep 2019 16:30:33 +0300 Subject: [PATCH] gptfdisk: depend on ncurses --- root-packages/gptfdisk/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-packages/gptfdisk/build.sh b/root-packages/gptfdisk/build.sh index 43c660b9c..f5b286da7 100644 --- a/root-packages/gptfdisk/build.sh +++ b/root-packages/gptfdisk/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=1.0.4 TERMUX_PKG_SRCURL=https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$TERMUX_PKG_VERSION/gptfdisk-$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=b663391a6876f19a3cd901d862423a16e2b5ceaa2f4a3b9bb681e64b9c7ba78d -TERMUX_PKG_DEPENDS="libpopt, libuuid" +TERMUX_PKG_DEPENDS="libpopt, libuuid, ncurses" TERMUX_PKG_BUILD_IN_SRC=true termux_step_make_install() {