diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-06-23 11:34:01 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-23 15:21:27 +0200 |
commit | 1cb7275961fd4bca3a6cb70e064ad6e6e1ff04d6 (patch) | |
tree | a46422f9eaecd2faedbbf924d622b6ff06784791 /meta-xfce | |
parent | ce379427c7197fd5b007195aebc02c9b123326cf (diff) | |
download | meta-openembedded-1cb7275961fd4bca3a6cb70e064ad6e6e1ff04d6.tar.gz |
gnome-terminal, toscoterm, vala-terminal, xfce4-terminal: use vte9
geany-plugins seems to compile fine with new vte: that recipe was
not modified. gnome-terminal and vala-terminal are currently
blacklisted for other reasons.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb index 1049b27a8..22b81af63 100644 --- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Terminal emulator for the Xfce desktop environment" | 1 | SUMMARY = "Terminal emulator for the Xfce desktop environment" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | DEPENDS = "glib-2.0 gtk+ vte libxfce4ui" | 4 | DEPENDS = "glib-2.0 gtk+ vte9 libxfce4ui" |
5 | 5 | ||
6 | inherit xfce-app | 6 | inherit xfce-app |
7 | 7 | ||