diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 10:50:28 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 11:14:40 +0200 |
commit | c9d795c24514a4e4c1aa42691e3d432fbca27db2 (patch) | |
tree | bfa4fc56a7b8b8500914c0e7f665f7f146b2afd3 /recipes/xorg-app/xterm_207.bb | |
parent | 9a4db5e5668dc7613be92796cf72dd78873226e6 (diff) |
xterm: use xorg-app-common.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xterm_207.bb')
-rw-r--r-- | recipes/xorg-app/xterm_207.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/xorg-app/xterm_207.bb b/recipes/xorg-app/xterm_207.bb index b934665d3a..66c7e0f5dd 100644 --- a/recipes/xorg-app/xterm_207.bb +++ b/recipes/xorg-app/xterm_207.bb @@ -1,13 +1,10 @@ +require xorg-app-common.inc DESCRIPTION = "xterm is the standard terminal emulator for the X Window System." -SECTION = "x11/applications" -LICENSE = "MIT-X" DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses" SRC_URI = "${XORG_MIRROR}/development/X11R7.0-RC4/extras/${PN}-${PV}.tar.gz" -inherit autotools pkgconfig - FILES_${PN} += " /usr/lib/X11" EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ |