To be complete, there is obviously another part of debian/rules that
causes problems (which I had missed at first because I had commented
out opengl flags completely): in the same way, "-opengl es2" is passed
to configure.

ifeq ($(vendor),Ubuntu)
gles2_architectures := armel armhf
else
gles2_architectures := none_for_now
endif
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures)))
        extra_configure_opts += -opengl es2
else
        extra_configure_opts += -opengl desktop \
                                -no-egl
endif



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to