Skip to content

[depends][webOS] Don't build libinput#27382

Merged
sundermann merged 1 commit into
xbmc:masterfrom
sundermann:webos-libinput
Oct 31, 2025
Merged

[depends][webOS] Don't build libinput#27382
sundermann merged 1 commit into
xbmc:masterfrom
sundermann:webos-libinput

Conversation

@sundermann
Copy link
Copy Markdown
Contributor

Description

libinput is only used in gbm for pointer input. Since webOS does not use gbm there is no use for it. Disabling it also opens up disabling libevdev and mtdev which are just dependencies of libinput.

Motivation and context

Save some compile time

How has this been tested?

webOS 10

What is the effect on users?

Screenshots (if appropriate):

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Clean up (non-breaking change which removes non-working, unmaintained functionality)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that will cause existing functionality to change)
  • Cosmetic change (non-breaking change that doesn't touch code)
  • Student submission (PR was done for educational purposes and will be treated as such)
  • None of the above (please explain below)

Checklist:

  • My code follows the Code Guidelines of this project
  • My change requires a change to the documentation, either Doxygen or wiki
  • I have updated the documentation accordingly
  • I have read the Contributing document
  • I have added tests to cover my change
  • All new and existing tests passed

libinput is only used in gbm for pointer input. Since webOS does not use gbm there is no use for it. Disabling it also opens up disabling libevdev and mtdev which are just dependencies of libinput.
@sundermann sundermann added this to the Piers 22.0 Alpha 3 milestone Oct 23, 2025
@sundermann sundermann added Type: Improvement non-breaking change which improves existing functionality Component: Depends Platform: webOS v22 Piers labels Oct 23, 2025
@sundermann sundermann merged commit f1cccf0 into xbmc:master Oct 31, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Depends Platform: webOS Type: Improvement non-breaking change which improves existing functionality v22 Piers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants