diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-13 16:08:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-13 16:09:12 +0000 |
commit | 54491dce60ddce0cca509d030b0c38093a8be535 (patch) | |
tree | 6342b491e8ccf753fb25d4ef004f9d276e4b1cfe /configure.ac | |
parent | 1141f178382be0add06ba182cc02c2adb7e96324 (diff) |
turn off epoxy egl support by default and enable only when gtk3 is enabled
to build on the festering baseline on which gtk3 is disabled
Change-Id: I6c074382590fc60ae8572fbde225679e4309494e
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f19048a6f750..18815ad59973 100644 --- a/configure.ac +++ b/configure.ac @@ -10431,7 +10431,6 @@ elif test $_os = WINNT; then else if test "$USING_X11" = TRUE; then AC_CHECK_LIB(GL, glBegin, [:], AC_MSG_ERROR([libGL required.])) - AC_CHECK_LIB(EGL, eglMakeCurrent, [:], AC_MSG_ERROR([libEGL required.])) ENABLE_OPENGL_TRANSITIONS=TRUE AC_DEFINE(HAVE_FEATURE_OPENGL,1) ENABLE_OPENGL_CANVAS=TRUE |