dopewars: fix depends

This commit is contained in:
Xiangfu 2012-10-23 23:19:59 +08:00
parent 01e3c1f043
commit b30b59661d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ endef
define Package/dopewars
$(call Package/dopewars/Default)
DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +libgconf2 +gtk2 +libstdcpp +libsigcxx
DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +libgconf2 +gtk2 +libstdcpp +libsigcxx +libncurses
endef