From: Víctor Manuel Jáquez Leal Date: Wed, 27 Jul 2016 17:49:59 +0000 (+0200) Subject: configure: remove gmodule-2.0 EGL dependency X-Git-Tag: 1.19.3~503^2~1281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad3ae71032d4bbb3940e3e604e3c9af92e01e2b9;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/configure.ac b/configure.ac index 173f9df..991826d 100644 --- a/configure.ac +++ b/configure.ac @@ -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