Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 700924 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-1 / +8 lines)
Lines 749-754 AS_IF([test "x$NEED_EGL" = "xyes" && test "x$EGL_CHECKED" != "xyes"], Link Here
749
              [],
749
              [],
750
              [AC_MSG_ERROR([Unable to locate required EGL headers])],
750
              [AC_MSG_ERROR([Unable to locate required EGL headers])],
751
              [#include <EGL/egl.h>])
751
              [#include <EGL/egl.h>])
752
            AC_CHECK_HEADERS(
753
              [EGL/eglmesaext.h],
754
              [],
755
              [AC_MSG_ERROR([Unable to locate required EGL headers])],
756
              [#include <EGL/egl.h>
757
#include <EGL/eglext.h>])
752
758
753
            AC_CHECK_LIB(EGL, [eglInitialize],
759
            AC_CHECK_LIB(EGL, [eglInitialize],
754
              [COGL_EXTRA_LDFLAGS="$COGL_EXTRA_LDFLAGS -lEGL"],
760
              [COGL_EXTRA_LDFLAGS="$COGL_EXTRA_LDFLAGS -lEGL"],
Lines 759-765 AS_IF([test "x$NEED_EGL" = "xyes" && test "x$EGL_CHECKED" != "xyes"], Link Here
759
          )
765
          )
760
766
761
        COGL_EGL_INCLUDES="#include <EGL/egl.h>
767
        COGL_EGL_INCLUDES="#include <EGL/egl.h>
762
#include <EGL/eglext.h>"
768
#include <EGL/eglext.h>
769
#include <EGL/eglmesaext.h>"
763
        AC_SUBST([COGL_EGL_INCLUDES])
770
        AC_SUBST([COGL_EGL_INCLUDES])
764
      ])
771
      ])
765
772

Return to bug 700924