* [meta-xfce][PATCH] xfce4-terminal: add dependency on vte9-termcap
@ 2016-07-21 13:55 Dmitry Rozhkov
0 siblings, 0 replies; only message in thread
From: Dmitry Rozhkov @ 2016-07-21 13:55 UTC (permalink / raw)
To: openembedded-devel
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>
---
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
--
2.5.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-21 13:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 13:55 [meta-xfce][PATCH] xfce4-terminal: add dependency on vte9-termcap Dmitry Rozhkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox