X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fmeson.build;h=664223c97f8d23a7f2102fa7957e23018e95cc1c;hb=8a41f4deccc39d3a86c3c91667bee993bfd3e39c;hp=236624268853c9b3d11a1c3cc90b18bd04c847b9;hpb=d75c371e9b46565bab99e40f74973bda73e315e1;p=dpdk.git diff --git a/examples/ip_pipeline/meson.build b/examples/ip_pipeline/meson.build index 2366242688..664223c97f 100644 --- a/examples/ip_pipeline/meson.build +++ b/examples/ip_pipeline/meson.build @@ -6,6 +6,7 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' +build = cc.has_header('sys/epoll.h') deps += ['pipeline', 'bus_pci'] allow_experimental_apis = true sources = files( @@ -20,5 +21,7 @@ sources = files( 'pipeline.c', 'swq.c', 'tap.c', - 'tmgr.c' + 'thread.c', + 'tmgr.c', + 'cryptodev.c' )