]> git.droids-corp.org - dpdk.git/blobdiff - config/meson.build
build: force pkg-config for dependency detection
[dpdk.git] / config / meson.build
index 9abb30c39fa7c11b8efaf72f127680ce23b97efa..3cf560b8a3f5a9832b5012e9778e86443ff4ec31 100644 (file)
@@ -167,7 +167,7 @@ if fdt_dep.found() and cc.has_header('fdt.h')
 endif
 
 # check for libbsd
-libbsd = dependency('libbsd', required: false)
+libbsd = dependency('libbsd', required: false, method: 'pkg-config')
 if libbsd.found()
        dpdk_conf.set('RTE_USE_LIBBSD', 1)
 endif