Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Load the runtime udev library, not the development one.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 14, 2012
1 parent 2aac14f commit b405be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/linux/SDL_sysjoystick.c
Expand Up @@ -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. */
Expand Down

0 comments on commit b405be8

Please sign in to comment.