diff options
author | Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> | 2016-07-21 16:55:54 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-29 11:00:57 +0200 |
commit | 520610b6fa9df01c0b96d0a9eef4b1ba1eac903f (patch) | |
tree | 7cf5b3384750edf8013c4377a1fe668e7c2fe1a4 /meta-xfce/recipes-apps | |
parent | 1a6e6a9d9670431e3c5e8485df78afc9530e8769 (diff) | |
download | meta-openembedded-520610b6fa9df01c0b96d0a9eef4b1ba1eac903f.tar.gz |
xfce4-terminal: add dependency on vte9-termcap
xfce4-terminal requires vte9-termcap to be installed at run time
to be fully functional.
The patch adds vte9-termcap to xfce4-terminal's RDEPENDS.
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb | 1 |
1 files changed, 1 insertions, 0 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 22b81af63..98ffec2ba 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 | |||
@@ -2,6 +2,7 @@ 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+ vte9 libxfce4ui" | 4 | DEPENDS = "glib-2.0 gtk+ vte9 libxfce4ui" |
5 | RDEPENDS_${PN} += "vte9-termcap" | ||
5 | 6 | ||
6 | inherit xfce-app | 7 | inherit xfce-app |
7 | 8 | ||