vte.inc: Disable python, add intltool-native to DEPENDS
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 26 Mar 2008 14:22:28 +0000 (14:22 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Wed, 26 Mar 2008 14:22:28 +0000 (14:22 +0000)
packages/vte/vte.inc

index e9313cd..587ea85 100644 (file)
@@ -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