From: Richard Purdie Date: Wed, 26 Mar 2008 14:22:28 +0000 (+0000) Subject: vte.inc: Disable python, add intltool-native to DEPENDS X-Git-Tag: Release-2010-05/1~7266^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9628e837b0a8b096abdaa737110e76b407806478;p=openembedded.git vte.inc: Disable python, add intltool-native to DEPENDS --- diff --git a/packages/vte/vte.inc b/packages/vte/vte.inc index e9313cd861..587ea85a39 100644 --- 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