examples/l2fwd-event: add infra for eventdev
[dpdk.git] / lib / librte_cmdline / meson.build
index 5741817..07334c1 100644 (file)
@@ -2,6 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 version = 2
+allow_experimental_apis = true
 sources = files('cmdline.c',
        'cmdline_cirbuf.c',
        'cmdline_parse.c',
@@ -25,3 +26,5 @@ headers = files('cmdline.h',
        'cmdline_socket.h',
        'cmdline_cirbuf.h',
        'cmdline_parse_portlist.h')
+
+deps += ['net']