From dbd4afdb254462e5268d20ba11959b51bf4ffcec Mon Sep 17 00:00:00 2001 From: kyak Date: Mon, 6 Sep 2010 23:34:31 +0400 Subject: [PATCH] stardict actually depends on gtk2 --- stardict/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stardict/Makefile b/stardict/Makefile index 3144999..e7f8d99 100644 --- a/stardict/Makefile +++ b/stardict/Makefile @@ -28,7 +28,7 @@ endef define Package/stardict $(call Package/stardict/Default) - DEPENDS:=+libintl +libiconv +libgconf2 + DEPENDS:=+libintl +libiconv +libgconf2 +gtk2 endef define Package/stardict-dic-en-en