net/cxgbe: fix jumbo frame flag condition
[dpdk.git] / lib / librte_port / meson.build
index 9bbae28..609624c 100644 (file)
@@ -33,7 +33,7 @@ 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')
+if dpdk_conf.has('RTE_LIB_KNI')
        sources += files('rte_port_kni.c')
        headers += files('rte_port_kni.h')
        deps += 'kni'