Opened 13 years ago

Closed 13 years ago

#9557 closed Patch - Bug Fix (Fixed)

OpenGL disabled by commit 3678b7db9c041773b54a8665ff8ebfdeff6989a9

Reported by: Lawrence Rust <lvr@…> 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)

comment:1 Changed 13 years ago by stuartm

Owner: changed from Janne Grunau to markk
Status: newassigned

comment:2 Changed 13 years ago by markk

Milestone: unknown0.25
Resolution: Fixed
Status: assignedclosed

Fixed in 0a087d50848c041ae06f. Thanks Lawrence.

Note: See TracTickets for help on using tickets.