Avoid conflicts with multiple versions of udev by first trying the library that is linked with the executable, if any, and then picking the one that is in the build environment.
This fixes joystick detection for applications using the Steam Linux Runtime
This commit is contained in:
parent
5220759f03
commit
1e8f074c43
7 changed files with 41 additions and 3 deletions
|
@ -136,3 +136,5 @@ SDL_IME_PumpEvents()
|
|||
if (SDL_IME_PumpEvents_Real)
|
||||
SDL_IME_PumpEvents_Real();
|
||||
}
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue