examples: fix install with empty meson parameter
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 17 May 2019 12:02:29 +0000 (13:02 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 20 May 2019 21:55:50 +0000 (23:55 +0200)
commit85d7158edf153853dd5aaec7a0b90b81e453e4b6
tree33d12ec59bf1ec6f721b015649a121aa69673bf0
parentc6a53a6bcd0ae52afe0a6d58b059af577c9408b3
examples: fix install with empty meson parameter

While the examples were being installed into the appropriate install path
when processing the examples/meson.build file, that file was only processed
if the "examples" meson parameter was non-empty. Since we now do more than
just build the examples, we need to unconditionally process the file.

Fixes: 2daf565f91b5 ("examples: install as part of ninja install")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
examples/meson.build
meson.build