X11: Fix libXi soname

This commit is contained in:
Camilla Löwy 2017-03-20 17:49:05 +01:00
parent b0277a129b
commit 9b81d72c46

View File

@ -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)