summaryrefslogtreecommitdiff
path: root/ext/wayland
diff options
context:
space:
mode:
authorAlban Browaeys <prahal@yahoo.com>2012-07-14 15:51:08 +0200
committerTim-Philipp Müller <tim@centricular.net>2012-07-14 15:28:40 +0100
commitf45873047d5bb7b391f030464b908d56628ccdb2 (patch)
treefd924e92d72f1cf263d0ae43f3f9484c33365df7 /ext/wayland
parent45ca8876b2f5267f7edb842b6d56d7a6c271ccb3 (diff)
downloadgstreamer-plugins-bad-f45873047d5bb7b391f030464b908d56628ccdb2.tar.gz
wayland: don't link to gstinterfaces, which doesn't exist any more
https://bugzilla.gnome.org/show_bug.cgi?id=679929
Diffstat (limited to 'ext/wayland')
-rw-r--r--ext/wayland/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/wayland/Makefile.am b/ext/wayland/Makefile.am
index c2dea73c6..e346b4c6c 100644
--- a/ext/wayland/Makefile.am
+++ b/ext/wayland/Makefile.am
@@ -5,7 +5,6 @@ libgstwaylandsink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
$(WAYLAND_CFLAGS)
libgstwaylandsink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-$(GST_API_VERSION) \
- -lgstinterfaces-$(GST_API_VERSION) \
$(WAYLAND_LIBS) $(LIBOIL_LIBS)
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstwaylandsink_la_LIBTOOLFLAGS = --tag=disable-static