X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=config%2Fmeson.build;h=3678348de96bb84263bdfe5ee2aa5ec1fffb84d2;hp=f8aded6edb7bd5ec92ebc9085e1d0ef4177552a0;hb=e09848337cac0f18833557034b181a48af517193;hpb=2daf565f91b505c2db86aa19f9be2fb881dfd788 diff --git a/config/meson.build b/config/meson.build index f8aded6edb..3678348de9 100644 --- a/config/meson.build +++ b/config/meson.build @@ -42,6 +42,13 @@ endif driver_install_path = join_paths(get_option('libdir'), pmd_subdir_opt) eal_pmd_path = join_paths(get_option('prefix'), driver_install_path) +# driver .so files often depend upon the bus drivers for their connect bus, +# e.g. ixgbe depends on librte_bus_pci. This means that the bus drivers need +# to be in the library path, so symlink the drivers from the main lib directory. +meson.add_install_script('../buildtools/symlink-drivers-solibs.sh', + get_option('libdir'), + pmd_subdir_opt) + # set the machine type and cflags for it if meson.is_cross_build() machine = host_machine.cpu()