diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-18 11:47:46 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-18 14:50:09 +0100 |
commit | 2f48ef98570605e84b83d57665cb966bba1a52f2 (patch) | |
tree | 7c76cfde6363680d40f00d2a45f9fe62947d35bf /recipes/xorg-app | |
parent | 4b7cc047cdbda5a7fbccc4ae4815da8d30386bdf (diff) |
xinit, xinput, libxt: add newer versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r-- | recipes/xorg-app/xinit_1.2.1.bb | 11 | ||||
-rw-r--r-- | recipes/xorg-app/xinput_1.5.1.bb | 6 |
2 files changed, 17 insertions, 0 deletions
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" |