From d60f8cd73871887079fb29b9c3e2e046c6c23da8 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 2 Jan 2009 02:28:41 +0000 Subject: [PATCH] pygtk does not build with linux 2.4 git-svn-id: svn://svn.openwrt.org/openwrt/packages@13809 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/pygtk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pygtk/Makefile b/lang/pygtk/Makefile index d63c68716..24dd565ba 100644 --- a/lang/pygtk/Makefile +++ b/lang/pygtk/Makefile @@ -34,7 +34,7 @@ define Package/python-gtk CATEGORY:=Languages TITLE:=GTK bindings for python URL:=http://www.pygtk.org/ - DEPENDS:=python-core +python-gobject +gtk2 +pycairo + DEPENDS:=python-core +python-gobject +gtk2 +pycairo @!LINUX_2_4 endef define Package/python-gtk/description