configure.ac | 1 + 1 file changed, 1 insertion(+) New commits: commit b252dbf59dc1466a2ef45e9905334718e587e5c9 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Dec 13 12:23:04 2016 +0000
missing EGL/eglplatform.h error -> install mesa-libEGL-devel Change-Id: I689fd6d4f90dd46b71803517bbe2df73486dc9ec diff --git a/configure.ac b/configure.ac index 18815ad..f19048a 100644 --- a/configure.ac +++ b/configure.ac @@ -10431,6 +10431,7 @@ elif test $_os = WINNT; then else if test "$USING_X11" = TRUE; then AC_CHECK_LIB(GL, glBegin, [:], AC_MSG_ERROR([libGL required.])) + AC_CHECK_LIB(EGL, eglMakeCurrent, [:], AC_MSG_ERROR([libEGL required.])) ENABLE_OPENGL_TRANSITIONS=TRUE AC_DEFINE(HAVE_FEATURE_OPENGL,1) ENABLE_OPENGL_CANVAS=TRUE
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits