summaryrefslogtreecommitdiff
path: root/packages/vte/vte.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vte/vte.inc')
-rw-r--r--packages/vte/vte.inc10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/vte/vte.inc b/packages/vte/vte.inc
index dcf25c945d..08642287d5 100644
--- a/packages/vte/vte.inc
+++ b/packages/vte/vte.inc
@@ -4,8 +4,10 @@ DEPENDS += "glib-2.0 gtk+ intltool-native ncurses"
inherit gnome
-SRC_URI += "file://vte-pkgconfig-fixes.patch;patch=1 \
- file://vte.desktop.in"
+SRC_URI += "\
+ file://vte-pkgconfig-fixes.patch;patch=1 \
+ file://vte.desktop.in \
+"
EXTRA_OECONF = "--disable-gtk-doc --disable-python"
@@ -16,6 +18,10 @@ do_install_append() {
sed s/@VERSION@/${PV}/ <${WORKDIR}/vte.desktop.in >${D}${datadir}/applications/vte.desktop
}
+do_stage() {
+ autotools_stage_all
+}
+
PACKAGES =+ "libvte vte-termcap gnome-pty-helper"
FILES_libvte = "${libdir}/*.so.*"
FILES_gnome-pty-helper = "${libexecdir}/gnome-pty-helper"