]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_lpm/meson.build
eal/ppc: fix global memory barrier
[dpdk.git] / lib / librte_lpm / meson.build
index 0678494272fd77644cbc6c8d48fa5e959efe1b8e..a5176d8aefb6dea3ede3293644203616ce70dd89 100644 (file)
@@ -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')
 # 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']