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

missing EGL/eglplatform.h error -> install mesa-libEGL-devel

Change-Id: I689fd6d4f90dd46b71803517bbe2df73486dc9ec
üst 69d11029
...@@ -10431,6 +10431,7 @@ elif test $_os = WINNT; then ...@@ -10431,6 +10431,7 @@ elif test $_os = WINNT; then
else else
if test "$USING_X11" = TRUE; then if test "$USING_X11" = TRUE; then
AC_CHECK_LIB(GL, glBegin, [:], AC_MSG_ERROR([libGL required.])) AC_CHECK_LIB(GL, glBegin, [:], AC_MSG_ERROR([libGL required.]))
AC_CHECK_LIB(EGL, eglMakeCurrent, [:], AC_MSG_ERROR([libEGL required.]))
ENABLE_OPENGL_TRANSITIONS=TRUE ENABLE_OPENGL_TRANSITIONS=TRUE
AC_DEFINE(HAVE_FEATURE_OPENGL,1) AC_DEFINE(HAVE_FEATURE_OPENGL,1)
ENABLE_OPENGL_CANVAS=TRUE ENABLE_OPENGL_CANVAS=TRUE
......
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