projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd56b8
)
[xorg] pygtk was missing dependencies
author
John Crispin
<john@openwrt.org>
Mon, 6 Aug 2012 18:51:10 +0000
(18:51 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 6 Aug 2012 18:51:10 +0000
(18:51 +0000)
SVN-Revision: 33019
xorg/lang/pygtk/Makefile
patch
|
blob
|
history
diff --git
a/xorg/lang/pygtk/Makefile
b/xorg/lang/pygtk/Makefile
index 961818224eb2186464b10a84e39028820a2dfc97..7f9470d3dc7a6a217e9ecf7ee86360bc71b95c28 100644
(file)
--- a/
xorg/lang/pygtk/Makefile
+++ b/
xorg/lang/pygtk/Makefile
@@
-26,7
+26,7
@@
define Package/python-gtk
CATEGORY:=Languages
TITLE:=GTK bindings for python
URL:=http://www.pygtk.org/
- DEPENDS:=+python-mini +python-gobject +gtk2 +pycairo
@!LINUX_2_4
+ DEPENDS:=+python-mini +python-gobject +gtk2 +pycairo
+libxml2 +libglade
endef
define Package/python-gtk/description