gl: add dep on gstegl
authorMatthew Waters <ystreet00@gmail.com>
Mon, 17 Mar 2014 13:11:14 +0000 (14:11 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:34 +0000 (19:31 +0000)
Temporary until we merge the two libraries

gst-libs/gst/gl/Makefile.am

index bc47bef5c4bc975175ec32556f4083b3bb5729b7..b4ddaef07481490e1177f16121dd6744c3be41a5 100644 (file)
@@ -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)