#1035986 Built without GLESv2 support causing errors on machines only supporting GLES

#1035986#5
Date:
2023-05-12 08:41:12 UTC
From:
To:
Qt5 packages had separate GLES versions packaged in Debian, but on Qt6
the rendering backend was revamped by Qt so that the same binaries can
support desktop GL and GLES.

For some reason, the current Debian packaging does not include libGLES
development headers in Build-Depends. When configuring the build, Qt
will not be able to enable GLESv2 support. These packages then cannot be
used to render anything on devices that do not support desktop GL, but
have GLES support.

I have confirmed that building with GLES packages indeed fixes the errors.

#1035986#12
Date:
2023-05-23 02:28:58 UTC
From:
To:
Hi Erik!

This is an interesting bug, thanks! Sadly it is too late in the
release process to tackle it, but I'll fix it after bookworm's release
and hopefully do a stable update.

#1035986#17
Date:
2023-05-23 02:28:58 UTC
From:
To:
Hi Erik!

This is an interesting bug, thanks! Sadly it is too late in the
release process to tackle it, but I'll fix it after bookworm's release
and hopefully do a stable update.