[oe-commits] org.oe.dev vte.inc: Disable python, add intltool-native to DEPENDS

rpurdie commit oe at amethyst.openembedded.net
Thu Mar 27 15:50:13 UTC 2008


vte.inc: Disable python, add intltool-native to DEPENDS

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 1e3a53717ba53064a06b806091b7adb9dc2e6533
ViewMTN: http://monotone.openembedded.org/revision/info/1e3a53717ba53064a06b806091b7adb9dc2e6533
Files:
1
packages/vte/vte.inc
Diffs:

#
# mt diff -r62a647370dd26246593ae04455db0739130db23f -r1e3a53717ba53064a06b806091b7adb9dc2e6533
#
#
#
# patch "packages/vte/vte.inc"
#  from [863acadee923ffdfe020719fff0419292035e52e]
#    to [780449de951c6a497b507b5dda72add7d9ee3060]
#
============================================================
--- packages/vte/vte.inc	863acadee923ffdfe020719fff0419292035e52e
+++ packages/vte/vte.inc	780449de951c6a497b507b5dda72add7d9ee3060
@@ -1,13 +1,13 @@ LICENSE = "LGPL"
 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






More information about the Openembedded-commits mailing list