diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-29 09:08:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-22 13:42:27 +0100 |
commit | 4e88318e8ddf6e42d9a202c58ca757b4230b901f (patch) | |
tree | c48f80f8f7be31532e953c45824debb93071e93f /recipes/xorg-app | |
parent | e7d66e8c58c475b2452dba43c748c1365480636b (diff) |
xorg: upgrade to latest versions from 2009-11-29
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r-- | recipes/xorg-app/lbxproxy_1.0.2.bb | 7 | ||||
-rw-r--r-- | recipes/xorg-app/xcompmgr_1.1.5.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-app/xgc_1.0.2.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-app/xinit_1.2.0.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-app/xkbprint_1.0.2.bb | 5 |
5 files changed, 29 insertions, 0 deletions
diff --git a/recipes/xorg-app/lbxproxy_1.0.2.bb b/recipes/xorg-app/lbxproxy_1.0.2.bb new file mode 100644 index 0000000000..1303947c27 --- /dev/null +++ b/recipes/xorg-app/lbxproxy_1.0.2.bb @@ -0,0 +1,7 @@ +require xorg-app-common.inc +PE = "1" + +DESCRIPTION = "Applications that would like to take advantage of the Low Bandwidth \ +extension to X (LBX) must make their connections to an lbxproxy." + +DEPENDS += " xtrans libxext liblbxutil virtual/libx11 libice xproxymngproto bigreqsproto zlib" diff --git a/recipes/xorg-app/xcompmgr_1.1.5.bb b/recipes/xorg-app/xcompmgr_1.1.5.bb new file mode 100644 index 0000000000..45f74d33f2 --- /dev/null +++ b/recipes/xorg-app/xcompmgr_1.1.5.bb @@ -0,0 +1,6 @@ +require xorg-app-common.inc + +DESCRIPTION = "X Compositing Manager" +LICENSE = "BSD-X" +PRIORITY = "optional" +DEPENDS += "libxdamage libxcomposite libxrender" diff --git a/recipes/xorg-app/xgc_1.0.2.bb b/recipes/xorg-app/xgc_1.0.2.bb new file mode 100644 index 0000000000..2bdb000c5d --- /dev/null +++ b/recipes/xorg-app/xgc_1.0.2.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc +PE = "1" + +DEPENDS += " libxaw libxt" + diff --git a/recipes/xorg-app/xinit_1.2.0.bb b/recipes/xorg-app/xinit_1.2.0.bb new file mode 100644 index 0000000000..ce82fb05d4 --- /dev/null +++ b/recipes/xorg-app/xinit_1.2.0.bb @@ -0,0 +1,6 @@ +require xorg-app-common.inc + +DESCRIPTION = "X Window System initializer" +PE = "1" + +FILES_${PN} += "${libdir}X11/xinit" diff --git a/recipes/xorg-app/xkbprint_1.0.2.bb b/recipes/xorg-app/xkbprint_1.0.2.bb new file mode 100644 index 0000000000..27bbe169ef --- /dev/null +++ b/recipes/xorg-app/xkbprint_1.0.2.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc +PE = "1" + +DEPENDS += " libxkbfile virtual/libx11" + |