mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
wayland: only use libdrm headers, don't link to the lib
https://bugzilla.gnome.org/show_bug.cgi?id=773927
This commit is contained in:
parent
bdcc9d1704
commit
5f5ce8f1ff
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ libgstwaylandsink_la_LIBADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstvideo-$(GST_API_VERSION) \
|
-lgstvideo-$(GST_API_VERSION) \
|
||||||
-lgstallocators-$(GST_API_VERSION) \
|
-lgstallocators-$(GST_API_VERSION) \
|
||||||
$(WAYLAND_LIBS) \
|
$(WAYLAND_LIBS)
|
||||||
$(WAYLAND_DRM_LIBS)
|
|
||||||
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstwaylandsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstwaylandsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue