aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_lpm/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_lpm/meson.build')
-rw-r--r--lib/librte_lpm/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_lpm/meson.build b/lib/librte_lpm/meson.build
index 06784942..a5176d8a 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']