temporarily add @DISPLAY_SUPPORT to prevent xorg from building when it shouldn't
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Aug 2008 02:41:34 +0000 (02:41 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Aug 2008 02:41:34 +0000 (02:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12068 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/pycairo/Makefile
lang/pygtk/Makefile
lang/python-gnome-desktop2/Makefile

index 4d92827..cf47d86 100644 (file)
@@ -25,7 +25,7 @@ define Package/pycairo
   CATEGORY:=Languages
   TITLE:=Cairo bindings to python
   URL:=http://www.cairographics.org/
-  DEPENDS:=python +cairo
+  DEPENDS:=python +cairo @DISPLAY_SUPPORT
 endef
 
 define Package/pycairo/description
index 04e90c1..8af7bc7 100644 (file)
@@ -26,7 +26,7 @@ define Package/python-gtk
   CATEGORY:=Languages
   TITLE:=GTK bindings to python
   URL:=http://www.pygtk.org/
-  DEPENDS:=python-core +python-gobject +gtk2 +pycairo
+  DEPENDS:=python-core +python-gobject +gtk2 +pycairo @DISPLAY_SUPPORT
 endef
 
 define Package/python-gtk/description
index afc2096..70ea2c9 100644 (file)
@@ -25,7 +25,7 @@ define Package/gnome-python-desktop
   CATEGORY:=Languages
   TITLE:=Gnome Python Bindings
   URL:=http://ftp.gnome.org/
-  DEPENDS:=+libwnck +python-gtk
+  DEPENDS:=+libwnck +python-gtk @DISPLAY_SUPPORT
 endef
 
 define Package/gnome-python-desktop/description