pygtk does not build with linux 2.4
authorFelix Fietkau <nbd@openwrt.org>
Fri, 2 Jan 2009 02:28:41 +0000 (02:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 2 Jan 2009 02:28:41 +0000 (02:28 +0000)
SVN-Revision: 13809

lang/pygtk/Makefile

index d63c68716d91f07b399d76f086dba34e2c4d509d..24dd565ba4801d8a939654730ceab87263ca5391 100644 (file)
@@ -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