]> git.droids-corp.org - dpdk.git/blobdiff - meson.build
lpm: install vector header files with meson
[dpdk.git] / meson.build
index c1cbdfed24ec22470b3a3fc00e6b3b2d547f3222..72aa0935bd71f0ea2bf93904f5f920158737d8c8 100644 (file)
@@ -49,7 +49,7 @@ if get_option('default_library') == 'static'
        driver_install_path = get_option('libdir')
        eal_pmd_path = ''
 else
-       driver_install_path = join_paths(get_option('datadir'), 'dpdk/drivers')
+       driver_install_path = join_paths(get_option('libdir'), 'dpdk/drivers')
        eal_pmd_path = join_paths(get_option('prefix'), driver_install_path)
 endif