X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_lpm%2Fmeson.build;h=6cfc083c5c6598402bc9e92d2839ef87da36262a;hb=5b38d8cd4663;hp=27ce45b53184d4fa5d4b3bcd190aa50ce9a59d37;hpb=fbaf94388763eecf5ceecb691401b124970566a7;p=dpdk.git diff --git a/lib/librte_lpm/meson.build b/lib/librte_lpm/meson.build index 27ce45b531..6cfc083c5c 100644 --- a/lib/librte_lpm/meson.build +++ b/lib/librte_lpm/meson.build @@ -7,4 +7,4 @@ headers = files('rte_lpm.h', 'rte_lpm6.h') # without worrying about which architecture we actually need headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h') deps += ['hash'] -use_function_versioning = true +deps += ['rcu']