mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
wayland/Makefile.am: link with gstvideo to avoid introspection errors
This commit is contained in:
parent
c86906d76c
commit
7982ed03c1
1 changed files with 2 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue