From 6c23e13ef2ee45c4988329fc9808388fa7add941 Mon Sep 17 00:00:00 2001 From: kyak Date: Mon, 6 Dec 2010 20:15:06 +0300 Subject: [PATCH] stardict: add missing dependencies --- stardict/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stardict/Makefile b/stardict/Makefile index f5c07dd..2931065 100644 --- a/stardict/Makefile +++ b/stardict/Makefile @@ -28,7 +28,7 @@ endef define Package/stardict $(call Package/stardict/Default) - DEPENDS:=+libintl +libiconv +libgconf2 +gtk2 + DEPENDS:=+libintl +libiconv +libgconf2 +gtk2 +libstdcpp +libsigcxx endef define Package/stardict-dic-en-en