]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/meson.build
build: improve libbsd dependency handling
[dpdk.git] / lib / librte_eal / meson.build
index 15d1c6afd305c88a8e716313778e57f60d26dc07..98c1d1f31eb7c9775899e0c482f4eb7c7da70910 100644 (file)
@@ -18,13 +18,15 @@ elif host_machine.system() == 'freebsd'
        subdir('bsdapp/eal')
 
 else
-       error('unsupported system type @0@'.format(hostmachine.system()))
+       error('unsupported system type "@0@"'.format(host_machine.system()))
 endif
 
-version = 6  # the version of the EAL API
+version = 9  # the version of the EAL API
 allow_experimental_apis = true
-deps += 'compat'
-cflags += '-D_GNU_SOURCE'
+deps += 'kvargs'
+if dpdk_conf.has('RTE_USE_LIBBSD')
+       ext_deps += libbsd
+endif
 sources = common_sources + env_sources
 objs = common_objs + env_objs
 headers = common_headers + env_headers