From: nbd Date: Mon, 4 Aug 2008 23:47:22 +0000 (+0000) Subject: remove a few obsolete dependencies now that dependency propagation is fixed X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=455776a64e6a416cb80ce86f1d1c62636ad637cd;p=packages.git remove a few obsolete dependencies now that dependency propagation is fixed git-svn-id: svn://svn.openwrt.org/openwrt/packages@12108 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/XOrg/lib/gtk1/Makefile b/XOrg/lib/gtk1/Makefile index 4fadb11cf..c4299e7eb 100644 --- a/XOrg/lib/gtk1/Makefile +++ b/XOrg/lib/gtk1/Makefile @@ -35,7 +35,7 @@ define Package/gtk1 CATEGORY:=Xorg SUBMENU:=framework TITLE:=GTK+ 1.2.10 package - DEPENDS:=+glib1 +libX11 @DISPLAY_SUPPORT + DEPENDS:=+glib1 +libX11 endef define Build/Configure diff --git a/XOrg/lib/gtk2/Makefile b/XOrg/lib/gtk2/Makefile index a80095710..32ba03d2d 100644 --- a/XOrg/lib/gtk2/Makefile +++ b/XOrg/lib/gtk2/Makefile @@ -27,7 +27,7 @@ define Package/gtk2 CATEGORY:=Xorg SUBMENU:=framework TITLE:=GTK+ 2.10.14 package - DEPENDS:=+cairo +pango +libjpeg +atk +libtiff +pixman @DISPLAY_SUPPORT + DEPENDS:=+cairo +pango +libjpeg +atk +libtiff +pixman +libX11 endef define Build/Compile diff --git a/lang/pycairo/Makefile b/lang/pycairo/Makefile index cf47d865c..4d9282715 100644 --- a/lang/pycairo/Makefile +++ b/lang/pycairo/Makefile @@ -25,7 +25,7 @@ define Package/pycairo CATEGORY:=Languages TITLE:=Cairo bindings to python URL:=http://www.cairographics.org/ - DEPENDS:=python +cairo @DISPLAY_SUPPORT + DEPENDS:=python +cairo endef define Package/pycairo/description diff --git a/lang/pygtk/Makefile b/lang/pygtk/Makefile index 8af7bc7d7..04e90c17b 100644 --- a/lang/pygtk/Makefile +++ b/lang/pygtk/Makefile @@ -26,7 +26,7 @@ define Package/python-gtk CATEGORY:=Languages TITLE:=GTK bindings to python URL:=http://www.pygtk.org/ - DEPENDS:=python-core +python-gobject +gtk2 +pycairo @DISPLAY_SUPPORT + DEPENDS:=python-core +python-gobject +gtk2 +pycairo endef define Package/python-gtk/description