X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_port%2Fmeson.build;h=a232cb587b50147bcbdda33ebd149b6abe4ca06e;hb=447a5d4029b363481ee7c930a4b8c68f1a36cec6;hp=ae5f3b7d030425c114e7ab90855ad4f8298cdb2a;hpb=5d92c4e592c43166e23501fddee5ee0dc910cd6f;p=dpdk.git diff --git a/lib/librte_port/meson.build b/lib/librte_port/meson.build index ae5f3b7d03..a232cb587b 100644 --- a/lib/librte_port/meson.build +++ b/lib/librte_port/meson.build @@ -25,6 +25,10 @@ headers = files( 'rte_port_eventdev.h') deps += ['ethdev', 'sched', 'ip_frag', 'cryptodev', 'eventdev'] +if dpdk_conf.has('RTE_PORT_PCAP') + ext_deps += pcap_dep # dependency provided in config/meson.build +endif + if dpdk_conf.has('RTE_LIBRTE_KNI') sources += files('rte_port_kni.c') headers += files('rte_port_kni.h')