diff options
-rw-r--r-- | gst-libs/gst/wayland/Makefile.am | 3 |
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) \ |