summaryrefslogtreecommitdiffstats
path: root/recipes/wayland/weston/0001-Adapt-changes-made-in-libinput-src-evdev.c-for-touch.patch
Commit message (Collapse)AuthorAgeFilesLines
* weston: patch no longer relevantSamuli Piippo2016-04-081-65/+0
| | | | | Change-Id: I9ee8f90a84c6cda487362c95e11a21137ab27089 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Add touch_frame events to Weston 1.5.0Louai Al-Khanji2015-08-191-0/+65
Otherwise no Qt applications react on touch. This issue was eventually resolved upstream by dropping the built-in evdev backend and relying on libinput exclusively, where it is fixed. The libinput backend is required since Weston 1.7. In 1.6 the libinput backend was made the default, but the old backend was still there. Thus this fix also applies to Weston 1.6. Task-number: QTEE-831 Change-Id: Ib089136723b7b1dc6f760b5eedb12d7b8a50abbc Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>