From ad4a2e90fccc627c0f24b2bb94ffffd49420994b Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 11 Jan 2010 15:41:55 +0800 Subject: [PATCH] --disable-gnome-support to buile the gtk library only of StarDict --- stardict/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stardict/Makefile b/stardict/Makefile index fe5f4c3..a01425e 100644 --- a/stardict/Makefile +++ b/stardict/Makefile @@ -24,7 +24,7 @@ define Package/stardict TITLE:=stardict SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libintl +libiconv +libgnomeui + DEPENDS:=+libintl +libiconv URL:= endef @@ -50,9 +50,8 @@ CONFIGURE_ARGS += \ --disable-powerwordparse \ --disable-wikiparse \ --disable-schemas-install \ - --disable-deprecations - -# --disable-gnome-support + --disable-deprecations \ + --disable-gnome-support define Package/stardict/install $(INSTALL_DIR) $(1)/usr/bin