diff options
-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 22b81af631..98ffec2ba5 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 | ||