git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86759a
)
vte.inc: Disable python, add intltool-native to DEPENDS
author
Richard Purdie
<rpurdie@rpsys.net>
Wed, 26 Mar 2008 14:22:28 +0000
(14:22 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Wed, 26 Mar 2008 14:22:28 +0000
(14:22 +0000)
packages/vte/vte.inc
patch
|
blob
|
history
diff --git
a/packages/vte/vte.inc
b/packages/vte/vte.inc
index
e9313cd
..
587ea85
100644
(file)
--- a/
packages/vte/vte.inc
+++ b/
packages/vte/vte.inc
@@
-1,13
+1,13
@@
DESCRIPTION = "vte is a virtual terminal emulator"
LICENSE = "LGPL"
-DEPENDS += " glib-2.0 gtk+"
+DEPENDS += " glib-2.0 gtk+
intltool-native
"
RDEPENDS = "termcap"
inherit gnome
SRC_URI += "file://vte-pkgconfig-fixes.patch;patch=1"
-EXTRA_OECONF = "--disable-gtk-doc"
+EXTRA_OECONF = "--disable-gtk-doc
--disable-python
"
do_stage() {
autotools_stage_all