build: align variable names between drivers and libs
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 25 Sep 2019 14:55:29 +0000 (15:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 23 Oct 2019 23:02:27 +0000 (01:02 +0200)
commite162b8e910d2acd33d47844a776ea58e50231ce6
treeeb7ac1975e9c56f1abbe63d5b40205b260f1c0c0
parentae783b42c4935d013ccec3f4625c51ec9ed234be
build: align variable names between drivers and libs

The variable names in the library and drivers meson.build files are slighty
different with "static_deps" in one and "static_objs" in the other. Rename
to use "static_deps" in both for consistency.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
drivers/meson.build