From 7982ed03c1ec1a8502809e23c6f3d34b793ca931 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Tue, 20 May 2014 19:04:16 +0300 Subject: [PATCH] wayland/Makefile.am: link with gstvideo to avoid introspection errors --- gst-libs/gst/wayland/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/wayland/Makefile.am b/gst-libs/gst/wayland/Makefile.am index 53295dc..b5fb5ea 100644 --- a/gst-libs/gst/wayland/Makefile.am +++ b/gst-libs/gst/wayland/Makefile.am @@ -14,7 +14,8 @@ libgstwayland_@GST_API_VERSION@_la_CFLAGS = \ libgstwayland_@GST_API_VERSION@_la_LIBADD = \ $(GST_LIBS) \ - $(WAYLAND_LIBS) + $(WAYLAND_LIBS) \ + -lgstvideo-$(GST_API_VERSION) libgstwayland_@GST_API_VERSION@_la_LDFLAGS = \ $(GST_LIB_LDFLAGS) \ -- 2.7.4