build: fix variable name in dependency error message
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 10 Jan 2019 10:29:19 +0000 (10:29 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 14 Jan 2019 11:24:57 +0000 (12:24 +0100)
commitefa8088663e3917780f9cb257f2366743e9bfe2f
treec4c76be408a65dc23da537550dce8aee1127e9c1
parentd3588176716e6f8733a2534d7d3ab0dec8e550ec
build: fix variable name in dependency error message

The variable name in the error message had an extra '_' which caused
an actual meson error when the message would otherwise be printed to
give meaningful information about what was going wrong.

Fixes: 203b61dc5e18 ("build: improve error message for missing dependency")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
lib/meson.build