From 3e9c1e88c269be1632d5a2956b162b16e1aedb28 Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 12 Oct 2012 14:46:20 +0400 Subject: [PATCH] mcabber: add missing dep --- mcabber/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcabber/Makefile b/mcabber/Makefile index 465e88f..224279a 100644 --- a/mcabber/Makefile +++ b/mcabber/Makefile @@ -21,7 +21,7 @@ define Package/mcabber SECTION:=network CATEGORY:=Network TITLE:=Mcabber - DEPENDS:=+libncursesw +libreadline $(INTL_DEPENDS) $(ICONV_DEPENDS) +libcharset +libopenssl + DEPENDS:=+libncursesw +libreadline $(INTL_DEPENDS) $(ICONV_DEPENDS) +libcharset +libopenssl +glib2 URL:=http://mcabber.com/ endef