app: fix build with extra include paths
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 15 Jan 2021 11:10:47 +0000 (11:10 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 21 Jan 2021 09:27:47 +0000 (10:27 +0100)
commit64fd2124301eb246f12c316f9f619e36cf6d1bdc
treeb4a5afbeba5f497719ebb5c792636ff1991278fc
parentb9a396b0fd4e04c107254768199007c3963510ee
app: fix build with extra include paths

The "includes" variable in the app/meson.build file was ignored when
building the executable, meaning that apps couldn't pass additional
include paths directly back. Fix this to align with drivers and libs.

Fixes: fa036e70d794 ("app: generalize meson build")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
app/meson.build