]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/meson.build
common/mlx5: introduce layer for multiple class drivers
[dpdk.git] / examples / ip_pipeline / meson.build
index 236624268853c9b3d11a1c3cc90b18bd04c847b9..664223c97f8d23a7f2102fa7957e23018e95cc1c 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'
 )