configure: remove gmodule-2.0 EGL dependency
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 27 Jul 2016 17:49:59 +0000 (19:49 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 27 Jul 2016 17:49:59 +0000 (19:49 +0200)
Since commit 27429ce, EGL support doesn't depend on dynamic loading libraries,
thus the dependency to gmodule-2.0 is not mandatory anymore.

configure.ac

index 173f9df..991826d 100644 (file)
@@ -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