mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
69 stars 174 forks source link

sdl2: disable library detection if joystick is disabled #1551

Closed takase1121 closed 2 weeks ago

takase1121 commented 2 weeks ago

The current wrap file will try to include xinput even if joystick support is disabled with use_joystick=disabled, and needs to be disabled with use_joystick_xinput=disabled.

This PR fixes it by not performing checks for xinput and dinput if use_joystick is disabled.