[Bug 1811678] Re: Inconsistent OpenGL support across architectures

2019-06-08 Thread Dmitry Shachnev
Sorry for the delay, for some reason I have not received a mail about this bug. Starting with Ubuntu 19.04 release, there is no difference between Debian and Ubuntu: both use OpenGL ES on armel/armhf, and desktop OpenGL on the other architectures. Initially I wanted to add arm64 to that list too,

[Bug 1811678] Re: Inconsistent OpenGL support across architectures

2019-01-14 Thread Gregor Jasny via ubuntu-bugs
I guess this is due to the following lines in debian/rules: gles2_architectures := armel armhf arm64 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures))) extra_configure_opts += -opengl es2 else extra_configure_opts += -opengl desktop endif Still my