From: John Crispin Date: Mon, 6 Aug 2012 18:51:10 +0000 (+0000) Subject: pygtk was missing dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0cca96b963f285807507309b03d202016de6e303;p=openwrt%2Fsvn-archive%2Ffeeds.git pygtk was missing dependencies SVN-Revision: 33019 --- diff --git a/xorg/lang/pygtk/Makefile b/xorg/lang/pygtk/Makefile index 9618182..7f9470d 100644 --- a/xorg/lang/pygtk/Makefile +++ b/xorg/lang/pygtk/Makefile @@ -26,7 +26,7 @@ define Package/python-gtk CATEGORY:=Languages TITLE:=GTK bindings for python URL:=http://www.pygtk.org/ - DEPENDS:=+python-mini +python-gobject +gtk2 +pycairo @!LINUX_2_4 + DEPENDS:=+python-mini +python-gobject +gtk2 +pycairo +libxml2 +libglade endef define Package/python-gtk/description