summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxterminal/lxterminal_0.2.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-06-18 13:52:23 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 17:34:54 +0100
commit9c816027d37f61b0d70fe26bb769e4398251b507 (patch)
tree29c4965df3a57c08cf908e584e37b1e72a17feef /recipes-lxde/lxterminal/lxterminal_0.2.0.bb
parentd3bfbbbc72a4c13033c48beed27134d413eb5fdd (diff)
lxterminal: make it compatible with vte api 2.91 and move to gtk+ 3
While at it remove unneeded RDEPENDS, these are pulled in automatically by oe. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-lxde/lxterminal/lxterminal_0.2.0.bb')
-rw-r--r--recipes-lxde/lxterminal/lxterminal_0.2.0.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-lxde/lxterminal/lxterminal_0.2.0.bb b/recipes-lxde/lxterminal/lxterminal_0.2.0.bb
index ac9eefc..d841f92 100644
--- a/recipes-lxde/lxterminal/lxterminal_0.2.0.bb
+++ b/recipes-lxde/lxterminal/lxterminal_0.2.0.bb
@@ -4,13 +4,16 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-RDEPENDS_{PN} = "gtk+ libvte glib-2.0"
-DEPENDS = "gtk+ vte glib-2.0 intltool-native"
+DEPENDS = "gtk+3 vte glib-2.0 intltool-native"
-SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxterminal-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxterminal-${PV}.tar.gz \
+ file://support_for_vte_0.38.0.patch \
+"
SRC_URI[md5sum] = "e80ad1b6e26212f3d43908c2ad87ba4d"
SRC_URI[sha256sum] = "174b0e99652f72acd7a98b6ff1b75eba1a9bf364996e6f118cccdaba0d282baf"
+EXTRA_OECONF += "--enable-gtk3"
+
FILES_${PN} += "${datadir}/icons/hicolor/128x128/apps/lxterminal.png"
inherit autotools pkgconfig gettext