[mythtv] Ticket #4545: r15555 changeset broke opengl configure settings
Daniel Kristjansson
danielk at cuymedia.net
Tue Jan 29 22:41:00 UTC 2008
On Tue, 2008-01-29 at 16:15 -0500, Andrei Tanas wrote:
> > #4545: r15555 changeset broke opengl configure settings
> > -----------------------------+-----------------------------------------
> > -----
> > Reporter: andrei at tanas.ca | Owner: janne
> > Type: patch | Status: closed
> > Priority: minor | Milestone: 0.21
> > Component: mythtv | Version: head
> > Severity: medium | Resolution: fixed
> > Mlocked: 0 |
> > -----------------------------+-----------------------------------------
> > -----
> >
> > Comment(by janne):
> >
> > (In [15673]) Fixes #4551, Refs #4545. opengl depends on x11 or windows
>
> Does OpenGL depend on x11 at all? What about DirectFB? (http://www.directfb.org/index.php?path=Development%2FProjects%2FDirectFBGL).
> As far as I understand, it's possible to have OpenGL without x11 on any platform, Windows was just an example.
GL doesn't require X11, but GLX does, and these have traditionally
been protected by the same ifdefs in MythTV. This can of course be
disentangled, but it requires a little work.
-- Daniel
More information about the mythtv-dev
mailing list