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:
0680747
)
do not depend on FEATURE_drawing-backend_libX11 as it does already (implicitly) becau...
author
Mirko Vogt
<mirko@openwrt.org>
Tue, 20 Apr 2010 17:18:21 +0000
(17:18 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Tue, 20 Apr 2010 17:18:21 +0000
(17:18 +0000)
SVN-Revision: 21049
Xorg/lib/vte/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/vte/Makefile
b/Xorg/lib/vte/Makefile
index ce888a68da428f74de9a3c04548b636710bbf4c3..ae38b57aed8f8362f0bb7ba67083c1999a8ed13a 100644
(file)
--- a/
Xorg/lib/vte/Makefile
+++ b/
Xorg/lib/vte/Makefile
@@
-38,7
+38,7
@@
define Package/vte
SUBMENU:=libraries
TITLE:=Virtual Terminal Widget
URL:=http://developer.gnome.org/arch/gnome/widgets/vte.html
- DEPENDS:=+gtk2 +libncurses +libX11
@FEATURE_drawing-backend_libX11
+ DEPENDS:=+gtk2 +libncurses +libX11
endef
define Package/python-vte