wayland/Makefile.am: link with gstvideo to avoid introspection errors
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 20 May 2014 16:04:16 +0000 (19:04 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 17 Jun 2014 11:51:26 +0000 (13:51 +0200)
gst-libs/gst/wayland/Makefile.am

index 53295dc..b5fb5ea 100644 (file)
@@ -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) \