From cf5051985e4a536479cb6da9ed3f88a8b3507145 Mon Sep 17 00:00:00 2001 From: Matteo Cicuttin Date: Tue, 7 Jul 2020 13:24:03 +0200 Subject: [PATCH] gnuplot: Fixed dependencies. Signed-off-by: Matteo Cicuttin --- utils/gnuplot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gnuplot/Makefile b/utils/gnuplot/Makefile index 685d1c9e0..6e4d7a6bf 100644 --- a/utils/gnuplot/Makefile +++ b/utils/gnuplot/Makefile @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk define Package/gnuplot SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+zlib +libgd + DEPENDS:=+zlib +libgd +libncursesw +libreadline TITLE:=A portable command-line driven graphing utility URL:=http://www.gnuplot.info/ endef