From: John Crispin Date: Wed, 26 Sep 2007 13:38:00 +0000 (+0000) Subject: fixed wrong dependency of gtk1.2.10 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=af3a956d64d8f3fd22250a1db83f5d483b8f3deb;p=openwrt%2Fsvn-archive%2Fpackages.git fixed wrong dependency of gtk1.2.10 SVN-Revision: 9034 --- diff --git a/XOrg/lib/gtk-1.2.10/Makefile b/XOrg/lib/gtk-1.2.10/Makefile index 0e3c436b8..a1a1820a4 100644 --- a/XOrg/lib/gtk-1.2.10/Makefile +++ b/XOrg/lib/gtk-1.2.10/Makefile @@ -33,7 +33,7 @@ define Package/gtk-1.2.10 CATEGORY:=Xorg SUBMENU:=framework TITLE:=GTK+ 1.2.10 package - DEPENDS:=glib1 + DEPENDS:=+glib1 endef define Build/Configure