examples/ip_pipeline: disable build when no epoll
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 25 Feb 2019 15:23:03 +0000 (15:23 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Feb 2019 15:22:49 +0000 (16:22 +0100)
commit0c56257a61ec272926c2560b60d078ba266f8564
treee72ff0b55c34c7edc5622dc624c2b442bdfe6c87
parent1fd0fa258b3eacf94b3c30c8ceb42c317572cd05
examples/ip_pipeline: disable build when no epoll

The ip_pipeline example requires the epoll.h header from linux, so
disable building the example if the header cannot be found.

Fixes: 4bbf8e30aa5e ("examples/ip_pipeline: add CLI interface")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/ip_pipeline/meson.build