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)
commit8408c01e7dd0ac76d19ca8ad0d24397c47e28fc6
tree987d026a21fc2d935bcbd7578658614aff414ef6
parent1d34c9e0bfe9d0af6343684c3bd9a07eed7f904e
build: declare dependency from gl on allocators

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