[Libreoffice-commits] core.git: configure.ac

Markus Mohrhard markus.mohrhard at googlemail.com
Wed Dec 14 15:16:39 UTC 2016


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d9aec10456ddc1787a7afe91502b91da616e2b0d
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Dec 14 07:09:58 2016 +0100

    check for EGL if we built with GTK3 support
    
    Change-Id: Ib944b8109c734f01ca67783c286c8e10e07a1d25
    Reviewed-on: https://gerrit.libreoffice.org/31993
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/configure.ac b/configure.ac
index 38a98dd..251d048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10106,6 +10106,7 @@ if test "x$enable_gtk3" = "xyes"; then
     GTK3_CFLAGS=$(printf '%s' "$GTK3_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
     FilterLibs "${GTK3_LIBS}"
     GTK3_LIBS="${filteredlibs}"
+    AC_CHECK_LIB(EGL, eglMakeCurrent, [:], AC_MSG_ERROR([libEGL required.]))
 fi
 AC_SUBST(GTK3_LIBS)
 AC_SUBST(GTK3_CFLAGS)


More information about the Libreoffice-commits mailing list