[Bug 12981] libGL not found and openGL disabled, but the library is there.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 7 00:39:42 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12981





--- Comment #2 from You-Cheng Hsieh <yochenhsieh at gmail.com>  2008-05-07 00:39:42 ---
X11DRV_wglGetProcAddress was added into opengl.c since 0.9.21, and the
following codes was added in 0.9.25:

1324     if (!has_opengl()) {
1325         ERR("No libGL on this box - disabling OpenGL support !\n");
1326         return 0;
1327     }

I've tested 0.9.20 and OpenGL is working with this version. I will test
0.9.21~24 and see if the result is diffrent to 0.9.25~61.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list