m4: gmodule-no-export-2.0 is needed for everything using the g_module_*() API
authorSebastian Dröge <sebastian@centricular.com>
Sun, 18 Feb 2018 09:38:25 +0000 (11:38 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 18 Feb 2018 09:39:10 +0000 (11:39 +0200)
While it is pulled in via the GLib check, GLIB_LIBS is not pulled into
any of the places using the API.

m4/gst-gl.m4

index bbddd97..5f3d5be 100644 (file)
@@ -991,7 +991,6 @@ AC_SUBST(GRAPHENE_LIBS)
 AC_SUBST(GRAPHENE_CFLAGS)
 
 dnl Needed by plugins that use g_module_*() API
-dnl FIXME: probably not needed because AG_GST_CHECK_GLIB already includes it?
 PKG_CHECK_MODULES(GMODULE_NO_EXPORT, gmodule-no-export-2.0)
 
 dnl libpng is optional