X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd%2Fmeson.build;h=864327c7b7c61311e6d9d91e0f018da3ef9bfdea;hb=e2de1f7bb9668415c8fdfce6b736112bfb24f377;hp=6dd4b902223de59988196daf1806ef88deb74707;hpb=587e1fe1d59c5cd92f33f597b9886b660f515dcf;p=dpdk.git diff --git a/examples/l3fwd/meson.build b/examples/l3fwd/meson.build index 6dd4b90222..864327c7b7 100644 --- a/examples/l3fwd/meson.build +++ b/examples/l3fwd/meson.build @@ -6,7 +6,7 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -deps += ['hash', 'lpm'] +deps += ['hash', 'lpm', 'eventdev'] sources = files( - 'l3fwd_em.c', 'l3fwd_lpm.c', 'main.c' + 'l3fwd_em.c', 'l3fwd_lpm.c', 'l3fwd_event.c', 'main.c' )