mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue