X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fmeson.build;h=7d6222e781145df3f7dac5ed3646abd20ec259c5;hb=e863fe3a13da89787fdf3b5c590101a3c0f10af6;hp=e301f45585023d369308ce351c8e7e95f54215a1;hpb=eeb486f3ba651b594506427e0c67dcf31730183a;p=dpdk.git diff --git a/lib/librte_eal/meson.build b/lib/librte_eal/meson.build index e301f45585..7d6222e781 100644 --- a/lib/librte_eal/meson.build +++ b/lib/librte_eal/meson.build @@ -6,6 +6,10 @@ subdir('include') subdir('common') +if not is_windows + subdir('unix') +endif + dpdk_conf.set('RTE_EXEC_ENV_' + exec_env.to_upper(), 1) subdir(exec_env) @@ -21,6 +25,3 @@ endif if cc.has_function('getentropy', prefix : '#include ') cflags += '-DRTE_LIBEAL_USE_GETENTROPY' endif -if cc.has_header('getopt.h') - cflags += ['-DHAVE_GETOPT_H', '-DHAVE_GETOPT', '-DHAVE_GETOPT_LONG'] -endif