From 74548950e47e09f2edbfb705598cf25b7aa3f7af Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Aug 2012 18:51:10 +0000 Subject: [PATCH] [xorg] pygtk was missing dependencies SVN-Revision: 33019 --- xorg/lang/pygtk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/lang/pygtk/Makefile b/xorg/lang/pygtk/Makefile index 961818224e..7f9470d3dc 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 -- 2.30.2