build: declare dependency from gl on allocators
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 20 Mar 2017 22:19:08 +0000 (15:19 -0700)
committerMatthew Waters <matthew@centricular.com>
Tue, 21 Mar 2017 01:05:14 +0000 (12:05 +1100)
libgstgl has a dependency on libgstallocators starting with:

 ed1e4c1 glupload: Add support for Vivante DirectTexture uploads

The dependency wasn't stated in the Makefile, so the build could
occasionally fail if you got unlucky with the ordering of build
steps.

https://bugzilla.gnome.org/show_bug.cgi?id=780330

gst-libs/gst/Makefile.am

index 09efdfc..338f708 100644 (file)
@@ -24,6 +24,7 @@ DIST_SUBDIRS = uridownloader adaptivedemux interfaces gl basecamerabinsrc \
 
 #dependencies
 video, audio: base
+gl: allocators
 
 adaptivedemux: uridownloader