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
This commit is contained in:
Martin Kelly 2016-09-21 15:51:52 -07:00 committed by Nicolas Dufresne
parent ba71a392a6
commit c40845731a

View file

@ -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)