[mythtv-users] Mythbuntu PPA Zesty Builds

Roger Siddons dizygotheca at ntlworld.com
Tue Sep 19 21:11:27 UTC 2017


On 19/09/17 19:56, Peter Bennett wrote:
> 
> However it seems unnecessary, as long as the correct options were used 
> on the preceding build of MythTV.
> 
>          OpenGL         support will not be included in MythGallery

Presumably you've manually disabled OpenGL in the core configure ?

ARM Buildlog:

OpenMAX support           no
OpenGL video              yes
OpenGL ThemePainter       yes
OpenGL ES 2.0             no

OpenGL         support will be included in MythGallery

The patch won't work (like the original test) because it's looking for 
OpenGL ES.

Maybe we have to resort to an architecture check. This should fix the 
builder but I don't know what others need including.

ARCH_AARCH64=$(cat mythconfig.mak | grep -e "^ARCH_AARCH64=yes")
# ARM doesn't support ancient MythGallery OpenGL
if enabled opengl && test "$ARCH_AARCH64" = "ARCH_AARCH64=yes"; then
     disable opengl
fi




More information about the mythtv-users mailing list