[oe-commits] [meta-openembedded] 28/50: xfce4-terminal: add dependency on vte9-termcap

git at git.openembedded.org git at git.openembedded.org
Fri Jul 29 09:10:42 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 520610b6fa9df01c0b96d0a9eef4b1ba1eac903f
Author: Dmitry Rozhkov <dmitry.rozhkov at linux.intel.com>
AuthorDate: Thu Jul 21 16:55:54 2016 +0300

    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 at linux.intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb | 1 +
 1 file changed, 1 insertion(+)

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 22b81af..98ffec2 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"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 DEPENDS = "glib-2.0 gtk+ vte9 libxfce4ui"
+RDEPENDS_${PN} += "vte9-termcap"
 
 inherit xfce-app
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list