X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fmeson.build;h=a18f3a826d89d9c2d2411b0cae7ea150204e6121;hb=5d7b673d5fd6663b20c675dd382d9fb43b42af18;hp=e1fde15d1bf1a3905993d81ef575722d99f3f46f;hpb=83a8a143bba5e05bd9cb9b44f949611df60dfa3c;p=dpdk.git diff --git a/lib/librte_eal/meson.build b/lib/librte_eal/meson.build index e1fde15d1b..a18f3a826d 100644 --- a/lib/librte_eal/meson.build +++ b/lib/librte_eal/meson.build @@ -21,11 +21,10 @@ else error('unsupported system type "@0@"'.format(host_machine.system())) endif -version = 8 # the version of the EAL API +version = 9 # the version of the EAL API allow_experimental_apis = true deps += 'compat' deps += 'kvargs' -cflags += '-D_GNU_SOURCE' sources = common_sources + env_sources objs = common_objs + env_objs headers = common_headers + env_headers