blob: 64daca32471700d2953dbd26416e8a8610c8da22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- platform/x11/libudev-so_wrap.c.orig 2021-12-29 15:43:04 UTC
+++ platform/x11/libudev-so_wrap.c
@@ -279,7 +279,7 @@ int (*udev_util_encode_string_dylibloader_wrapper_libu
int initialize_libudev() {
void *handle;
char *error;
- handle = dlopen("libudev.so.1", RTLD_LAZY);
+ handle = dlopen("libudev.so.0", RTLD_LAZY);
if (!handle) {
fprintf(stderr, "%s\n", dlerror());
return(1);
|