examples/l3fwd-graph: add ethdev configuration changes
[dpdk.git] / examples / ip_pipeline / meson.build
index 5ad79b2..664223c 100644 (file)
@@ -6,8 +6,11 @@
 # 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(
+       'action.c',
        'cli.c',
        'conn.c',
        'kni.c',
@@ -15,7 +18,10 @@ sources = files(
        'main.c',
        'mempool.c',
        'parser.c',
+       'pipeline.c',
        'swq.c',
        'tap.c',
-       'tmgr.c'
+       'thread.c',
+       'tmgr.c',
+       'cryptodev.c'
 )