1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 01:02:49 +02:00

gnuplot-gfx: fix missing deps

This commit is contained in:
kyak 2012-10-12 12:20:30 +04:00
parent 1e9f2d2e58
commit 17006a278c

View File

@ -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