mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
OpenGL (NetBSD): use correct so file
This commit is contained in:
parent
3c6214d90f
commit
02e133bf35
@ -120,7 +120,7 @@ static const char* detectByGlx(FFOpenGLResult* result)
|
|||||||
GLXData data;
|
GLXData data;
|
||||||
|
|
||||||
FF_LIBRARY_LOAD(glx, "dlopen glx failed",
|
FF_LIBRARY_LOAD(glx, "dlopen glx failed",
|
||||||
#if !__OpenBSD__
|
#if !__OpenBSD__ && !__NetBSD__
|
||||||
"libGLX"
|
"libGLX"
|
||||||
#else
|
#else
|
||||||
"libGL"
|
"libGL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user