X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_lpm%2Fmeson.build;h=a5176d8aefb6dea3ede3293644203616ce70dd89;hb=8015c5593acc3ed490d75c70ff67961b7e278e38;hp=0678494272fd77644cbc6c8d48fa5e959efe1b8e;hpb=579182f2b06bd8e6f721fe4a525223702a1e3581;p=dpdk.git diff --git a/lib/librte_lpm/meson.build b/lib/librte_lpm/meson.build index 0678494272..a5176d8aef 100644 --- a/lib/librte_lpm/meson.build +++ b/lib/librte_lpm/meson.build @@ -7,3 +7,4 @@ headers = files('rte_lpm.h', 'rte_lpm6.h') # since header files have different names, we can install all vector headers # without worrying about which architecture we actually need headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h') +deps += ['hash']