net/virtio: add missing backend features negotiation
[dpdk.git] / examples / ip_pipeline / meson.build
index 664223c..945e28b 100644 (file)
@@ -7,6 +7,10 @@
 # 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(