build: reorder cmdline library after EAL
authorLuca Boccassi <bluca@debian.org>
Tue, 26 Feb 2019 17:46:34 +0000 (17:46 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 27 Feb 2019 11:27:58 +0000 (12:27 +0100)
commit8990c8c0d0bce23eb46fb139e5ad668cb199c6cf
treebaf2528bad7ad6bbd973c584cb4cd18f6c89f0c5
parente30b4e566f47ab1ed6c322878022bc60980fe5c2
build: reorder cmdline library after EAL

Most libraries and PMDs depend on eal, and eal depends only on kvargs,
so reorder the list in Meson to reflect this and take advantage of this
dependency chain.

Signed-off-by: Luca Boccassi <bluca@debian.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/meson.build