pygtk was missing dependencies
authorJohn Crispin <john@openwrt.org>
Mon, 6 Aug 2012 18:51:10 +0000 (18:51 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 6 Aug 2012 18:51:10 +0000 (18:51 +0000)
SVN-Revision: 33019

xorg/lang/pygtk/Makefile

index 961818224eb2186464b10a84e39028820a2dfc97..7f9470d3dc7a6a217e9ecf7ee86360bc71b95c28 100644 (file)
@@ -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