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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue