mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 01:05:09 -05:00
Load the runtime udev library, not the development one.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user