mirror of
https://github.com/yawut/SDL.git
synced 2026-04-23 09:07:30 -05:00
Load the runtime udev library, not the development one.
This commit is contained in:
parent
47eed7d3d8
commit
25209e3da4
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
/* we never link directly to libudev. */
|
||||
/* !!! FIXME: can we generalize this? ALSA, etc, do the same things. */
|
||||
static const char *udev_library = "libudev.so";
|
||||
static const char *udev_library = "libudev.so.0";
|
||||
static void *udev_handle = NULL;
|
||||
|
||||
/* !!! FIXME: this is kinda ugly. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user