event/octeontx2: enhance Tx path cache locality
[dpdk.git] / examples / ip_pipeline / meson.build
index 5e5fe64..945e28b 100644 (file)
@@ -6,6 +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')
+if not build
+       subdir_done()
+endif
+
 deps += ['pipeline', 'bus_pci']
 allow_experimental_apis = true
 sources = files(