Hi,
I would prefer that:
libgles2-mesa-dev is changed into libgl1-mesa-dev for all the architects.
libgl1-mesa-dev is installed during build due to dependencies. During
dh_auto_configure the OpenGL implementation is auto selected. GL is preferred
over GLES, so GLES is not used.
[snip build log i386]
checking whether to build GLES flavor of GL... no
checking whether to build GLES variety for SGX... no
checking whether to build GLES variety for s3c6410... no
...
OpenGL X11.................: yes (Xlib: yes) (XCB: no) (GLES: no) (SGX: no)
(s3c6410: no)
[/snip build log i386]
Greetings,
Mark-Willem (Rawnar) Jansen