You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But glvnd builds libGLX.so.0 (as can be seen e.g. here and here). So the code path is always going to fall back to loading libGL.so.1.
Trying to open a library version that doesn't yet exist seems like a bad idea: what if it eventually does get created and doesn't have the expected ABI?
The text was updated successfully, but these errors were encountered:
libepoxy tries to dlopen
libGLX.so.1
as a GL implementation:libepoxy/src/dispatch_common.c
Lines 192 to 193 in 2df68f8
libepoxy/src/dispatch_common.c
Lines 550 to 557 in 2df68f8
But glvnd builds
libGLX.so.0
(as can be seen e.g. here and here). So the code path is always going to fall back to loadinglibGL.so.1
.Trying to open a library version that doesn't yet exist seems like a bad idea: what if it eventually does get created and doesn't have the expected ABI?
The text was updated successfully, but these errors were encountered: