X11: Fix libXi soname

master
Camilla Löwy ago%!(EXTRA string=8 years)
parent b0277a129b
commit 9b81d72c46
  1. 2
      src/x11_init.c

@ -477,7 +477,7 @@ static GLFWbool initExtensions(void)
&_glfw.x11.vidmode.errorBase);
}
_glfw.x11.xi.handle = dlopen("libXi.so", RTLD_LAZY | RTLD_GLOBAL);
_glfw.x11.xi.handle = dlopen("libXi.so.6", RTLD_LAZY | RTLD_GLOBAL);
if (_glfw.x11.xi.handle)
{
_glfw.x11.xi.QueryVersion = (PFN_XIQueryVersion)

Loading…
Cancel
Save