examples/ipsec-secgw: support flow director
[dpdk.git] / examples / ip_pipeline / meson.build
index 2366242..664223c 100644 (file)
@@ -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'
 )