X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fmeson.build;h=664223c97f8d23a7f2102fa7957e23018e95cc1c;hb=2cf67788ae895b4e3c05059e1feb06f6d3d8865e;hp=063865c6545f9fa26b95ccbfcc55ba54258e4927;hpb=fbc74e66334f52a00263dd81dd49fe513b6e8967;p=dpdk.git diff --git a/examples/ip_pipeline/meson.build b/examples/ip_pipeline/meson.build index 063865c654..664223c97f 100644 --- a/examples/ip_pipeline/meson.build +++ b/examples/ip_pipeline/meson.build @@ -6,8 +6,22 @@ # 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', + 'link.c', 'main.c', + 'mempool.c', 'parser.c', + 'pipeline.c', + 'swq.c', + 'tap.c', + 'thread.c', + 'tmgr.c', + 'cryptodev.c' )