diff --git a/gst-libs/gst/wayland/Makefile.am b/gst-libs/gst/wayland/Makefile.am index 53295dc3e4..b5fb5eae80 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) \