From b10a3530804335fc3b9494603ef78ce9417c3bc8 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 17 Mar 2014 14:11:14 +0100 Subject: [PATCH] gl: add dep on gstegl Temporary until we merge the two libraries --- gst-libs/gst/gl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index bc47bef5c4..b4ddaef074 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -104,6 +104,7 @@ libgstgl_@GST_API_VERSION@_la_CFLAGS = \ $(GL_CFLAGS) libgstgl_@GST_API_VERSION@_la_LDFLAGS = \ + -lgstegl-$(GST_API_VERSION) \ $(GST_LIB_LDFLAGS) \ $(GST_ALL_LDFLAGS) \ $(GST_LT_LDFLAGS)