Skip to content

Commit 02e133b

Browse files
committed
OpenGL (NetBSD): use correct so file
1 parent 3c6214d commit 02e133b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/opengl/opengl_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static const char* detectByGlx(FFOpenGLResult* result)
120120
GLXData data;
121121

122122
FF_LIBRARY_LOAD(glx, "dlopen glx failed",
123-
#if !__OpenBSD__
123+
#if !__OpenBSD__ && !__NetBSD__
124124
"libGLX"
125125
#else
126126
"libGL"

0 commit comments

Comments
 (0)