From c40845731ab49c3e2aa304828007251031543bea Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Wed, 21 Sep 2016 15:51:52 -0700 Subject: wayland/Makefile.am: add missing libs libgstwayland is missing a dependency on $(GST_PLUGINS_BASE_LIBS), so add it. https://bugzilla.gnome.org/show_bug.cgi?id=771794 --- gst-libs/gst/wayland/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/wayland/Makefile.am b/gst-libs/gst/wayland/Makefile.am index 0344598af..743a48960 100644 --- a/gst-libs/gst/wayland/Makefile.am +++ b/gst-libs/gst/wayland/Makefile.am @@ -12,6 +12,7 @@ libgstwayland_@GST_API_VERSION@_la_CFLAGS = \ $(WAYLAND_CFLAGS) libgstwayland_@GST_API_VERSION@_la_LIBADD = \ + $(GST_PLUGINS_BASE_LIBS) \ $(GST_LIBS) \ $(WAYLAND_LIBS) \ -lgstvideo-$(GST_API_VERSION) -- cgit v1.2.1