surpport seeking the recorded video
[vuplus_openembedded] / recipes / xfce-base / xfce-terminal_0.2.8.bb
1 DESCRIPTION = "Terminal emulator for the Xfce desktop environment"
2 DEPENDS = "exo vte dbus-glib gtk+"
3 RDEPENDS += "gnome-pty-helper"
4 PR = "r2"
5
6 inherit xfce
7
8 SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.2/src/Terminal-${PV}.tar.bz2 \
9            file://into-support.patch;patch=1"
10
11 S = "${WORKDIR}/Terminal-${PV}"