examples/ip_reassembly: remove unused option
[dpdk.git] / examples / pipeline / meson.build
index e47d483..50103f2 100644 (file)
@@ -7,12 +7,16 @@
 # DPDK instance, use 'make'
 
 build = cc.has_header('sys/epoll.h')
+if not build
+    subdir_done()
+endif
+
 deps += ['pipeline', 'bus_pci']
 allow_experimental_apis = true
 sources = files(
-       'cli.c',
-       'conn.c',
-       'main.c',
-       'obj.c',
-       'thread.c',
+        'cli.c',
+        'conn.c',
+        'main.c',
+        'obj.c',
+        'thread.c',
 )