summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libmanette
Commit message (Collapse)AuthorAgeFilesLines
* libmanette: fix ptestsGyorgy Sarvari2025-10-172-2/+16
| | | | | | | | | | | | | | | | The original content of the ptest package, manette-test, is a helper demo application (like evtest), and not a test suite. Also, the recipe did not provide a run-ptest script. Fix it by installing the actual tests, and adding a run-ptest script. Note that the test folder structure looks like a gnome desktop test suite (and the application is under the gnome umbrella), however the project doesn't provide all necessary scaffolding for gnome-desktop-test to work, so the tests are executed directly from the run-ptest script. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmanette: upgrade 0.2.9 -> 0.2.13Gyorgy Sarvari2025-10-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 0.2.13: - Update controller mappings 0.2.12: - Add a deadzone for Steam Deck analog sticks - Fix build with older gobject-introspection 0.2.11: - Port documentation to gi-docgen - Add support for Steam Deck gamepad - Add ManetteDeviceType and manette_device_get_device_type() - Add manette_device_supports_mapping() - Deprecate LIBMANETTE_* version check symbols, add MANETTE_* instead - Add runtime version check functions - Make hat to buttons mapping always emit button release (fixes d-pad getting stuck when quickly flipping right->left etc) - Fix paddle keycodes - Fix DualSense motion sensor and touchpad being recognized as gamepads - Fix half-range axis mappings - Build - Depend on hidapi-hidraw - Specify --doc-format for GIR data - Fix build warnings Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmanette: upgrade 0.2.7 -> 0.2.9Wang Mingyu2024-09-181-1/+1
| | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | 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>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmanette: Add recipeKhem Raj2021-04-061-0/+16
Its needed for gamepad support in webkit Signed-off-by: Khem Raj <raj.khem@gmail.com>