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 | |
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')
-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 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-input-evdev_2.3.1.bb | 4 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-input-joystick_1.5.0.bb | 4 | ||||
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.7.2.bb | 19 |
8 files changed, 56 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" + diff --git a/recipes/xorg-driver/xf86-input-evdev_2.3.1.bb b/recipes/xorg-driver/xf86-input-evdev_2.3.1.bb new file mode 100644 index 0000000000..792909621a --- /dev/null +++ b/recipes/xorg-driver/xf86-input-evdev_2.3.1.bb @@ -0,0 +1,4 @@ +require xorg-driver-input.inc + +DESCRIPTION = "X.Org X server -- evdev input driver" +PE = "1" diff --git a/recipes/xorg-driver/xf86-input-joystick_1.5.0.bb b/recipes/xorg-driver/xf86-input-joystick_1.5.0.bb new file mode 100644 index 0000000000..a53297fd8a --- /dev/null +++ b/recipes/xorg-driver/xf86-input-joystick_1.5.0.bb @@ -0,0 +1,4 @@ +require xorg-driver-input.inc + +DESCRIPTION = "X.Org X server -- joystick input driver" +PE = "1" diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.2.bb b/recipes/xorg-xserver/xserver-xorg_1.7.2.bb new file mode 100644 index 0000000000..8f72741387 --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg_1.7.2.bb @@ -0,0 +1,19 @@ +require xorg-xserver-common.inc + +DESCRIPTION = "the X.Org X server" +DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts" +PE = "2" +PR = "r1" + +SRC_URI += "file://sysroot_fix.patch;patch=1 \ + file://dolt-fix-1.7.0.patch;patch=1 \ + file://randr-support-1.7.0.patch;patch=1 \ + " +do_install_prepend() { + mkdir -p ${D}/${libdir}/X11/fonts +} + +EXTRA_OECONF += "--disable-xephyr --disable-config-hal --disable-xinerama --disable-kdrive --disable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev --disable-dmx" +EXTRA_OECONF += " --disable-glx-tls --enable-dri2 --disable-unit-tests " + +export LDFLAGS += " -ldl " |