From 2f48ef98570605e84b83d57665cb966bba1a52f2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 18 Mar 2010 11:47:46 +0100 Subject: xinit, xinput, libxt: add newer versions Signed-off-by: Martin Jansa --- recipes/xorg-app/xinit_1.2.1.bb | 11 +++++++++++ recipes/xorg-app/xinput_1.5.1.bb | 6 ++++++ 2 files changed, 17 insertions(+) create mode 100644 recipes/xorg-app/xinit_1.2.1.bb create mode 100644 recipes/xorg-app/xinput_1.5.1.bb (limited to 'recipes/xorg-app') diff --git a/recipes/xorg-app/xinit_1.2.1.bb b/recipes/xorg-app/xinit_1.2.1.bb new file mode 100644 index 0000000000..9fe144ffeb --- /dev/null +++ b/recipes/xorg-app/xinit_1.2.1.bb @@ -0,0 +1,11 @@ +require xorg-app-common.inc + +DESCRIPTION = "X Window System initializer" +PE = "1" +PR = "r1" + +DEPENDS += "util-linux-ng" + +FILES_${PN} += "${libdir}X11/xinit" +SRC_URI[archive.md5sum] = "56f2d202b3dc10fcd21931a67bb270f7" +SRC_URI[archive.sha256sum] = "16bcc73ae81b6d80fd1a9419ea757f38870d1043d440b6d56fcaa79d4c6c9b07" diff --git a/recipes/xorg-app/xinput_1.5.1.bb b/recipes/xorg-app/xinput_1.5.1.bb new file mode 100644 index 0000000000..407301689a --- /dev/null +++ b/recipes/xorg-app/xinput_1.5.1.bb @@ -0,0 +1,6 @@ +require xorg-app-common.inc + +DESCRIPTION = "a utility to configure and test XInput devices" +DEPENDS += " libxi" +SRC_URI[archive.md5sum] = "82400f0ba63217df9b00d825532cea7d" +SRC_URI[archive.sha256sum] = "e33c8361c2b6cb13db9a7157753d417c168c8203c8b7027e9dda2fbeef00fd33" -- cgit 1.2.3-korg