summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app
diff options
context:
space:
mode:
authorQian Lei <qianl.fnst@cn.fujitsu.com>2014-11-14 15:01:51 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-24 11:58:31 +0100
commit3d0fc6ee8e9b79f305e7c7aefd3c326bbe37a691 (patch)
tree2407c6a830927a370d544ecc9fcdeed6ddd093f0 /meta-oe/recipes-graphics/xorg-app
parentf26e4e6a4278b27b7a764017b2104ccced092c65 (diff)
downloadmeta-openembedded-3d0fc6ee8e9b79f305e7c7aefd3c326bbe37a691.tar.gz
xsetmode: Add new recipe
xsetmode sets the mode of an XInput device to either absolute or relative. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb b/meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb
new file mode 100644
index 000000000..b757329d9
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb
@@ -0,0 +1,15 @@
1require recipes-graphics/xorg-app/xorg-app-common.inc
2
3SUMMARY = "X.Org X11 X client utilities"
4HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xsetmode/"
5DESCRIPTION = "xsetmode sets the mode of an XInput device to either absolute \
6or relative."
7SECTION = "x11/app"
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=9b37e00e7793b667cbc64f9df7b6d733"
10
11DEPENDS += "libxi"
12BBCLASSEXTEND = "native"
13
14SRC_URI[md5sum] = "d074e79d380b031d2f60e4cd56538c93"
15SRC_URI[sha256sum] = "988b47cd922991c6e6adbce15dc386ac75690b61744b526c3af5a4eaa9afa0aa"