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:
Tim-Philipp Müller 2016-11-04 13:43:08 +00:00
parent bdcc9d1704
commit 5f5ce8f1ff

View file

@ -30,8 +30,7 @@ libgstwaylandsink_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-$(GST_API_VERSION) \
-lgstallocators-$(GST_API_VERSION) \
$(WAYLAND_LIBS) \
$(WAYLAND_DRM_LIBS)
$(WAYLAND_LIBS)
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstwaylandsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)