diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-01-18 23:15:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 11:34:12 +0000 |
commit | 4f108e93b710c69302e6fe2007fac2af91d11513 (patch) | |
tree | 6a72bc6281b096a701dad57cddfad4f5c87aa122 /meta/recipes-graphics | |
parent | c2a74cc1482c614c5b4f997e903ab5c5c258778d (diff) | |
download | poky-4f108e93b710c69302e6fe2007fac2af91d11513.tar.gz |
xinput: add utility for configuring and testing XInput devices.
* from meta-openembedded with minor editings
* (fields reordering like other recipes in xorg-app)
(From OE-Core rev: 618da7f65d3f9e3a1a5ee0b35371ae036a219a9a)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb new file mode 100644 index 0000000000..8f17e9a5bb --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "Runtime configuration and test of XInput devices" | ||
4 | |||
5 | DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0" | ||
8 | |||
9 | DEPENDS += " libxi" | ||
10 | |||
11 | PR = "r7" | ||
12 | |||
13 | SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28" | ||
14 | SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76" | ||