diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-10-21 13:22:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | 6b66f1f9182b31c924672aed18d341d8de2f2b90 (patch) | |
tree | 721a951ae592bb7d2a268d1343e141eaca7c90ac /meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.19.0.bb | |
parent | 6ce22d765fc3fc2468d53cb096164b0088fa6655 (diff) | |
download | openembedded-core-contrib-6b66f1f9182b31c924672aed18d341d8de2f2b90.tar.gz openembedded-core-contrib-6b66f1f9182b31c924672aed18d341d8de2f2b90.tar.bz2 openembedded-core-contrib-6b66f1f9182b31c924672aed18d341d8de2f2b90.zip |
xf86-input-libinput: Upgrade 0.19.0 -> 0.22.0
Bug fixes and some added configuration support.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.19.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.19.0.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.19.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.19.0.bb deleted file mode 100644 index 5e5c4710a5..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.19.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -require xorg-driver-input.inc - -SUMMARY = "Generic input driver for the X.Org server based on libinput" -LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" - -DEPENDS += "libinput" - -SRC_URI[md5sum] = "52c38b1369764243bfcf6ead1e4c6d32" -SRC_URI[sha256sum] = "6c5d30dc7c8b8ae34261340e1dc9cbb8ef435078e084b8ef507527a8a21af477" - -FILES_${PN} += "${datadir}/X11/xorg.conf.d" |