configure: Add configure check for gmodule-no-export-2.0

This is needed for all code using the g_module_*() API.
This commit is contained in:
Sebastian Dröge 2018-02-18 11:37:18 +02:00
parent 0cad51d96c
commit 34f0d9868a

View file

@ -186,6 +186,9 @@ dnl GLib is required
GLIB_REQ=2.40.0
AG_GST_GLIB_CHECK([$GLIB_REQ])
dnl Needed by plugins that use g_module_*() API
PKG_CHECK_MODULES(GMODULE_NO_EXPORT, gmodule-no-export-2.0)
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
AG_GST_CHECK_GST($GST_API_VERSION, [$GST_REQ], yes)