diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-01-25 13:57:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:31:59 +0000 |
commit | 04ef34f3dbf99980baa6ec54621eabf11698a975 (patch) | |
tree | a2c14eab52ae78e857eedf8d64690963bda12deb | |
parent | 8a2dfa16917aca821caf1a1d9b53faa3b025656c (diff) | |
download | poky-04ef34f3dbf99980baa6ec54621eabf11698a975.tar.gz |
xf86-input-libinput: initial add 0.16.0
Some distributions already use this as input default. It is planned to include
it in xorg server 1.20. To
* prepare usage now
* make merge more easier later
include it in oe-core now.
(From OE-Core rev: ffd00f9a733a260f1f2b802662c45c1ec8c86c2f)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.16.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.16.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.16.0.bb new file mode 100644 index 0000000000..0252baff14 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.16.0.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-driver-input.inc | ||
2 | |||
3 | SUMMARY = "Generic input driver for the X.Org server based on libinput" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" | ||
5 | |||
6 | DEPENDS += "libinput" | ||
7 | |||
8 | SRC_URI[md5sum] = "2c8cb520f88da7bafaceebc0b34ea1d4" | ||
9 | SRC_URI[sha256sum] = "fdade531e91e79acf6dce8ac55fa4f65abe3f1358c5d3d777ae48dbc74b76f49" | ||
10 | |||
11 | FILES_${PN} += "${datadir}/X11/xorg.conf.d" | ||