summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libmanette/libmanette_0.2.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* libmanette: upgrade 0.2.7 -> 0.2.9Wang Mingyu2024-09-181-16/+0
| | | | | | | | | | | | | | | | | | | Changelog: =========== * Update and clean up the game controller mapping database * ManetteDevice - add manette_device_get_mapping() and manette_device_get_guid() - Handle keycodes before BTN_MISC as well * ManetteMapping - Allow to map paddle1-4, misc1-6 and touchpad buttons - Improve error handling * ManetteMappingManager - Check if user mapping file exists * Tests - Test default mappings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmanette: upgrade 0.2.6 -> 0.2.7Wang Mingyu2024-02-191-0/+16
Changelog: ========== * Allow building as a static library * ManetteMappingManager: - Strip leading and trailing spaces from mappings * ManetteMonitor - Always use file backend in Flatpak - Skip non-evdev devices - Fix object construction * Various cleanups Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>