http://bugs.winehq.org/show_bug.cgi?id=15391
Summary: "--without-opengl" configure option doesn't compile anymore Product: Wine Version: 1.1.5 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: opengl AssignedTo: wine-bugs@winehq.org ReportedBy: wine@mail.kilgus.net
Starting with 1.1.4 (1.1.3 was fine) the "--without-opengl" configuration option doesn't compile anymore, since it now tries to compile opengl32.dll regardless and subsequently fails because of undefined references.
Checked on two completely different Linux systems.
make[2]: Entering directory `/tmptmp/wine-1.1.5/dlls/opengl32' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./opengl32.spec opengl_ext.o opengl_norm.o wgl.o version.res -o opengl32.dll.so -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll -lSM -lICE -lXext -lX11 ../../libs/port/libwine_port.a opengl_norm.o: In function `wine_glViewport': /tmptmp/wine-1.1.5/dlls/opengl32/opengl_norm.c:3720: undefined reference to `glViewport' [...]