mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
wayland/Makefile.am: add missing libs
libgstwayland is missing a dependency on $(GST_PLUGINS_BASE_LIBS), so add it. https://bugzilla.gnome.org/show_bug.cgi?id=771794
This commit is contained in:
parent
ba71a392a6
commit
c40845731a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ libgstwayland_@GST_API_VERSION@_la_CFLAGS = \
|
||||||
$(WAYLAND_CFLAGS)
|
$(WAYLAND_CFLAGS)
|
||||||
|
|
||||||
libgstwayland_@GST_API_VERSION@_la_LIBADD = \
|
libgstwayland_@GST_API_VERSION@_la_LIBADD = \
|
||||||
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(WAYLAND_LIBS) \
|
$(WAYLAND_LIBS) \
|
||||||
-lgstvideo-$(GST_API_VERSION)
|
-lgstvideo-$(GST_API_VERSION)
|
||||||
|
|
Loading…
Reference in a new issue