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:
parent
94a70ce68a
commit
10239ea064
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user