summaryrefslogtreecommitdiff
path: root/gst-libs/gst/wayland
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-20 19:04:16 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-06-17 13:51:26 +0200
commit7982ed03c1ec1a8502809e23c6f3d34b793ca931 (patch)
tree27f9d3f6cbe7b5c6fd7ef04ea8b832f168183f57 /gst-libs/gst/wayland
parentc86906d76cf7d73ed1f09469b8338fee3a0880d4 (diff)
downloadgstreamer-plugins-bad-7982ed03c1ec1a8502809e23c6f3d34b793ca931.tar.gz
wayland/Makefile.am: link with gstvideo to avoid introspection errors
Diffstat (limited to 'gst-libs/gst/wayland')
-rw-r--r--gst-libs/gst/wayland/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/wayland/Makefile.am b/gst-libs/gst/wayland/Makefile.am
index 53295dc3e..b5fb5eae8 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) \