Kaydet (Commit) d0c3dba8 authored tarafından Caolán McNamara's avatar Caolán McNamara

lower the system epoxy requirement

Change-Id: I2fff46985502dafa3b860aaebe862853ebaccabb
üst 4956fd64
...@@ -11710,7 +11710,7 @@ AC_SUBST(CAIRO_LIBS) ...@@ -11710,7 +11710,7 @@ AC_SUBST(CAIRO_LIBS)
dnl =================================================================== dnl ===================================================================
dnl Check for system epoxy dnl Check for system epoxy
dnl =================================================================== 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 if test "$with_system_epoxy" = "no"; then
AC_CHECK_LIB(EGL, eglMakeCurrent, [:], AC_MSG_ERROR([libEGL required.])) AC_CHECK_LIB(EGL, eglMakeCurrent, [:], AC_MSG_ERROR([libEGL required.]))
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment