build: simplify logic for default library dependencies
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 19 Jul 2018 14:37:02 +0000 (15:37 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 17 Sep 2018 11:51:25 +0000 (13:51 +0200)
commit34b3d7a4a4b374b0a46808fa492b589426179e0e
tree262a14e7c9536be79a4279528b44c2364b1ec245
parent983f08969656128bc64a36ce70de6cb44e7bd070
build: simplify logic for default library dependencies

EAL is a standard dependency of all libraries, except for those built
before it. We can therefore simplify the logic by just checking if EAL
has been processed, and make it a standard dependency if so.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/meson.build