Opened 15 years ago
Closed 15 years ago
#9557 closed Patch - Bug Fix (Fixed)
OpenGL disabled by commit 3678b7db9c041773b54a8665ff8ebfdeff6989a9
| Reported by: | Owned by: | markk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - configure script | Version: | Master Head |
| Severity: | medium | Keywords: | opengl |
| Cc: | Ticket locked: | no |
Description
Commit 3678b7db9c041773b54a8665ff8ebfdeff6989a9 changed the configure script for OpenGL detection. Unfortunately there's a typo that disables OpenGL on many Linux systems. Line 4047 is missing the 2nd "check_libx". It should read:
check_libx gl_lib GLES2/gl2.h glClear -lGLESv2 || check_libx GL/gl.h glBegin -lGL || check_libx gl_lib GL/gl.h glBegin -lopengl32 || disable opengl
Change History (2)
Note:
See TracTickets
for help on using tickets.

Fixed in 0a087d50848c041ae06f. Thanks Lawrence.