Merge pull request #12742 from datafl4sh/datafl4sh/add_gnuplot_package
gnuplot: Fixed dependencies.
This commit is contained in:
commit
fb52699d76
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/gnuplot
|
define Package/gnuplot
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+zlib +libgd
|
DEPENDS:=+zlib +libgd +libncursesw +libreadline
|
||||||
TITLE:=A portable command-line driven graphing utility
|
TITLE:=A portable command-line driven graphing utility
|
||||||
URL:=http://www.gnuplot.info/
|
URL:=http://www.gnuplot.info/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue