examples: fix build with meson
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 12 Mar 2018 15:25:21 +0000 (15:25 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Mar 2018 22:57:33 +0000 (23:57 +0100)
commitbefc693a61bbb5632fce381dfcd3cf35291d37ea
tree6e3288ab62b52543873cd925a8707c8053e9bb3b
parentc06ddf9698e0c2a9653cfa971f9ddc205065662c
examples: fix build with meson

The ip_pipeline and qos_meter example apps now use experimental APIs so
this fact needs to be flagged in their meson.build files.

Fixes: c06ddf9698e0 ("meter: add configuration profile")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/ip_pipeline/meson.build
examples/qos_meter/meson.build