[oe-commits] Qian Lei : xsetmode: Add new recipe

git at git.openembedded.org git at git.openembedded.org
Mon Nov 24 11:03:48 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 3d0fc6ee8e9b79f305e7c7aefd3c326bbe37a691
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3d0fc6ee8e9b79f305e7c7aefd3c326bbe37a691

Author: Qian Lei <qianl.fnst at cn.fujitsu.com>
Date:   Fri Nov 14 15:01:51 2014 +0800

xsetmode: Add new recipe

xsetmode sets the mode of an XInput device to either absolute or
relative.

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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 0000000..b757329
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb
@@ -0,0 +1,15 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "X.Org X11 X client utilities"
+HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xsetmode/"
+DESCRIPTION = "xsetmode sets the mode of an XInput device to either absolute \
+or relative."
+SECTION = "x11/app"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9b37e00e7793b667cbc64f9df7b6d733"
+
+DEPENDS += "libxi"
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "d074e79d380b031d2f60e4cd56538c93"
+SRC_URI[sha256sum] = "988b47cd922991c6e6adbce15dc386ac75690b61744b526c3af5a4eaa9afa0aa"



More information about the Openembedded-commits mailing list