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:29:04 +0000 |
commit | 618da7f65d3f9e3a1a5ee0b35371ae036a219a9a (patch) | |
tree | 6aad595a3fdc86611eb9231dcf6b32687e5f61ce /meta/recipes-graphics | |
parent | 1625faad281eeef3931573908c557362236dcd47 (diff) | |
download | openembedded-core-618da7f65d3f9e3a1a5ee0b35371ae036a219a9a.tar.gz openembedded-core-618da7f65d3f9e3a1a5ee0b35371ae036a219a9a.tar.bz2 openembedded-core-618da7f65d3f9e3a1a5ee0b35371ae036a219a9a.zip |
xinput: add utility for configuring and testing XInput devices.
* from meta-openembedded with minor editings
* (fields reordering like other recipes in xorg-app)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
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 @@ +require xorg-app-common.inc + +SUMMARY = "Runtime configuration and test of XInput devices" + +DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices" + +LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0" + +DEPENDS += " libxi" + +PR = "r7" + +SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28" +SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76" |