Load the runtime udev library, not the development one.
This commit is contained in:
parent
80493dfae0
commit
29bfd0ab48
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue