lib: tidy up build list
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Apr 2021 10:22:18 +0000 (11:22 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 21 Apr 2021 10:37:55 +0000 (12:37 +0200)
commit9cc02b1794a0e5576e9f0f0e1b9508d0632d5d6b
tree2a91fc7511458bee0402f11af3a2e487fdff40e8
parent7d611e35b0771a6d55ad3f3eec87ea83d32dd7af
lib: tidy up build list

With the lib/meson.build file changed from C-style indentation to
python-style indentation, we need to correct the indentation of the lists
of libraries, since these libs were not modified in the previous patches.
For ease of management of the list and working with patches for adding
to the list, put each library on it's own line.

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