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

Jean-Yves Avenard jyavenard at gmail.com
Thu Jan 23 07:35:46 UTC 2014


On 23 January 2014 17:28, Thomas Börkel <thomas at boerkel.de> wrote:
> HI!
>
> On 22.01.2014 23:04, Jean-Yves Avenard wrote:
>
>>> pkg-config --list-all | grep Qt | grep OpenGL | awk '{print $1}'
>>
>> this should return QtOpenGL if everything is good, then you do:
>>
>> pkg-config --variable=qt_config QtOpenGL
>>
>> (replace QtOpenGL with whatever "pkg-config --list-all | grep Qt |
>> grep OpenGL | awk '{print $1}'" returned)
>
> Although the first command does not output anything, my Qt installation
> must have OpenGL, because 0.26 configure does find it and I can enable
> the OpenGL painter in 0.26.

0.26 didn't have the workaround that determine if you're running
OpenGL ES or OpenGL.

the configure script uses pkg-config utility to determine what the
various configuration of the packaged installed. Here it seems that
pkg-config is either not configure properly or doesn't know about Qt.

As such, the configure scripts considers that Qt doesn't have OpenGL
support and doesn't activate it...

If you do have pkg-config installed and configure, you should check
the Qt package so it properly sets pkg-config information


More information about the mythtv-users mailing list