pygtk does not build with linux 2.4

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-01-02 02:28:41 +00:00
parent 71517cccc4
commit d60f8cd738

View 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