summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-20 11:11:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-20 12:56:37 +0000
commitd0c3dba866ba0900dcaf2c3a25200edb516bd608 (patch)
treea56e6394ebbea68e18c2d1572aa109ed5d187892 /configure.ac
parenttools: Kill empty enum LockType (diff)
downloadcore-d0c3dba866ba0900dcaf2c3a25200edb516bd608.tar.gz
core-d0c3dba866ba0900dcaf2c3a25200edb516bd608.zip
lower the system epoxy requirement
Change-Id: I2fff46985502dafa3b860aaebe862853ebaccabb
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 14e4af0c8c44..c45c44a9dab6 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