[mythtv-users] 0.27 configure script does not recognize OpenGL

Jean-Yves Avenard jyavenard at gmail.com
Wed Jan 22 21:59:02 UTC 2014


Hi

On 23 January 2014 08:46, Thomas Börkel <thomas at boerkel.de> wrote:
> HI!
>
> On 22.01.2014 22:20, Gary Buhrmaster wrote:
>
>>> config.log only contains the configure call with parameters.
>>
>> Sorry, my bad.  config.ep
>
> Can't say I see anything in there what could be the cause:
> http://www.boerkel.de/config.ep
>

it looks like your Qt is configured for OpenGL ES, but you do not have
the OpenGL ES headers or lib installed.

run the following command:

pkg-config --list-all | grep Qt | grep OpenGL | awk '{print $1}'


More information about the mythtv-users mailing list