summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kelly <martin@surround.io>2016-09-21 15:51:52 -0700
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2016-09-21 20:07:06 -0400
commitc40845731ab49c3e2aa304828007251031543bea (patch)
tree87ea1b81c15d86bdca258bebef452e80ed8d6fa8
parentba71a392a653f0dc1d5a1cd41e6a57e701a7c200 (diff)
downloadgstreamer-plugins-bad-c40845731ab49c3e2aa304828007251031543bea.tar.gz
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
-rw-r--r--gst-libs/gst/wayland/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)