configure: remove gmodule-2.0 EGL dependency
Since commit 27429ce, EGL support doesn't depend on dynamic loading libraries, thus the dependency to gmodule-2.0 is not mandatory anymore.
This commit is contained in:
parent
971472e9c4
commit
ad3ae71032
@ -462,9 +462,6 @@ if test "x$enable_egl" = "xyes" -a $GLES_VERSION_MASK -ne 0; then
|
||||
AC_CHECK_LIB([EGL], [eglGetDisplay], [], [USE_EGL=0])
|
||||
CPPFLAGS="$saved_CPPFLAGS"
|
||||
LIBS="$saved_LIBS"
|
||||
|
||||
dnl Check for GMODULE
|
||||
PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= $GLIB_REQ])
|
||||
], [:])
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user