mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:29:41 +02:00
gnuplot-gfx: fix missing deps
This commit is contained in:
parent
1e9f2d2e58
commit
17006a278c
@ -61,7 +61,7 @@ endef
|
||||
|
||||
define Package/gnuplot-gfx
|
||||
$(call Package/gnuplot-gfx/Default)
|
||||
DEPENDS:=+libncurses +zlib +libpng +libfreetype +libgd $(INTL_DEPENDS) $(ICONV_DEPENDS) +svgalib
|
||||
DEPENDS:=+libncurses +zlib +libpng +libfreetype +libgd $(INTL_DEPENDS) $(ICONV_DEPENDS) +svgalib +PACKAGE_libncursesw:libncursesw +libreadline +libstdcpp
|
||||
TITLE+=
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user