From 02e133bf35ecbe1d9dddf58b2024791619ae8fdd Mon Sep 17 00:00:00 2001 From: Carter Li Date: Tue, 29 Oct 2024 09:34:25 +0800 Subject: [PATCH] OpenGL (NetBSD): use correct so file --- src/detection/opengl/opengl_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detection/opengl/opengl_linux.c b/src/detection/opengl/opengl_linux.c index 05a72bf25..452d3e6bd 100644 --- a/src/detection/opengl/opengl_linux.c +++ b/src/detection/opengl/opengl_linux.c @@ -120,7 +120,7 @@ static const char* detectByGlx(FFOpenGLResult* result) GLXData data; FF_LIBRARY_LOAD(glx, "dlopen glx failed", - #if !__OpenBSD__ + #if !__OpenBSD__ && !__NetBSD__ "libGLX" #else "libGL"