diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-20 11:11:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-20 12:56:37 +0000 |
commit | d0c3dba866ba0900dcaf2c3a25200edb516bd608 (patch) | |
tree | a56e6394ebbea68e18c2d1572aa109ed5d187892 /configure.ac | |
parent | 4956fd64e1881672c4e5ba8052709ca3cc3d165f (diff) |
lower the system epoxy requirement
Change-Id: I2fff46985502dafa3b860aaebe862853ebaccabb
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |