aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 09:30:40 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 09:53:19 +0200
commitc34bf3cb88a9e99a22905fee4970dac914ee8a4f (patch)
tree401ef90c76a6943b3be8707ce76f70132b90e473 /recipes/xorg-app
parent2531ea35b2d93c07bdff8d8f2cde72db971fe4cb (diff)
downloadopenembedded-c34bf3cb88a9e99a22905fee4970dac914ee8a4f.tar.gz
recipes: use libxt/libxft/libxdmcp/libxscrnsaver/liblbxutil/libxau/libxext instead of xt/xft/xdmcp/libxss/lbxutil/xau/xext providers
* there is only one provider, so use it directly as othere recipes does Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/xterm_207.bb2
-rw-r--r--recipes/xorg-app/xterm_251.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-app/xterm_207.bb b/recipes/xorg-app/xterm_207.bb
index 66c7e0f5dd..a419500b21 100644
--- a/recipes/xorg-app/xterm_207.bb
+++ b/recipes/xorg-app/xterm_207.bb
@@ -1,7 +1,7 @@
require xorg-app-common.inc
DESCRIPTION = "xterm is the standard terminal emulator for the X Window System."
-DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses"
+DEPENDS = "libxaw xproto virtual/libx11 xextproto libxext libxau libxpm ncurses"
SRC_URI = "${XORG_MIRROR}/development/X11R7.0-RC4/extras/${PN}-${PV}.tar.gz"
diff --git a/recipes/xorg-app/xterm_251.bb b/recipes/xorg-app/xterm_251.bb
index 2369bb902b..a30309ac74 100644
--- a/recipes/xorg-app/xterm_251.bb
+++ b/recipes/xorg-app/xterm_251.bb
@@ -1,7 +1,7 @@
require xorg-app-common.inc
DESCRIPTION = "xterm is the standard terminal emulator for the X Window System."
-DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses"
+DEPENDS = "libxaw xproto virtual/libx11 xextproto libxext libxau libxpm ncurses"
SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz"