bc: add missing dependency on libncurses

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32217 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 22:19:34 +00:00
parent 32ffe91c6b
commit 4078949223

View File

@ -26,7 +26,7 @@ endef
define Package/bc
$(call Package/bc/Default)
TITLE:=Arbitrary precision calculator language
DEPENDS:=+libreadline
DEPENDS:=+libreadline +libncurses
endef
define Package/bc/description