temporarily add @DISPLAY_SUPPORT to prevent xorg from building when it shouldn't

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12068 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2008-08-02 02:41:34 +00:00
parent 94a70ce68a
commit 10239ea064
3 changed files with 3 additions and 3 deletions

View 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

View 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

View 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