GNOME Bugzilla – Bug 739348
configure.ac: auto decision to include GL library fails
Last modified: 2014-10-29 11:43:28 UTC
Created attachment 289578 [details] [review] fix openGL detection The part of the configure.ac that consist to check if we can include both GL and GLES2 at the same time is failing. Indeed, in the case NEED_GLES2=yes and NEED_OPENGL=auto, HAVE_OPENGL variable is updated whereas it should be HAVE_GL variable that has to be updated (HAVE_OPENGL variable is not used in the rest of the configure.ac).
Thanks! commit 9f69bcbfe5ccca672c2042beafda94d37e677148 Author: Vincent Abriou <vincent.abriou@st.com> Date: Wed Oct 29 10:09:35 2014 +0100 configure.ac: auto decision to include GL library fails The part of the configure.ac that consist to check if we can include both GL and GLES2 at the same time is failing. Indeed, in the case NEED_GLES2=yes and NEED_OPENGL=auto, HAVE_OPENGL variable is updated whereas it should be HAVE_GL variable that has to be updated (HAVE_OPENGL variable is not used in the rest of the configure.ac). https://bugzilla.gnome.org/show_bug.cgi?id=739348 Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Benjamin GAIGNARD <benjamin.gaignard@linaro.org> and 1.4 aad5b0d16646d708415120d4618385d9d70e450f