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

Caolán McNamara caolanm at redhat.com
Tue Dec 20 12:57:14 UTC 2016


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

New commits:
commit d0c3dba866ba0900dcaf2c3a25200edb516bd608
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Dec 20 11:11:32 2016 +0000

    lower the system epoxy requirement
    
    Change-Id: I2fff46985502dafa3b860aaebe862853ebaccabb

diff --git a/configure.ac b/configure.ac
index 14e4af0..c45c44a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11710,7 +11710,7 @@ AC_SUBST(CAIRO_LIBS)
 dnl ===================================================================
 dnl Check for system epoxy
 dnl ===================================================================
-libo_CHECK_SYSTEM_MODULE([epoxy], [EPOXY], [epoxy >= 1.3.1], ["-I${WORKDIR}/UnpackedTarball/epoxy/include"])
+libo_CHECK_SYSTEM_MODULE([epoxy], [EPOXY], [epoxy >= 1.2], ["-I${WORKDIR}/UnpackedTarball/epoxy/include"])
 if test "$with_system_epoxy" = "no"; then
     AC_CHECK_LIB(EGL, eglMakeCurrent, [:], AC_MSG_ERROR([libEGL required.]))
 fi


More information about the Libreoffice-commits mailing list