X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fmeson.build;h=8537a5ab80cee068b0f587751f8dac1dfa9730f4;hb=5050f441e3addf2d0a385e9ee92254c7b9a690e2;hp=a4fb0dbdd4f2c13a2cadb4d3a74f2401bc34a800;hpb=627c5b41bb14a1afbd1489b0fc4b8224532a823d;p=dpdk.git diff --git a/lib/meson.build b/lib/meson.build index a4fb0dbdd4..8537a5ab80 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -27,12 +27,14 @@ libraries = [ 'acl', 'bbdev', 'bitratestats', + 'bpf', 'cfgfile', 'compressdev', 'cryptodev', 'distributor', 'efd', 'eventdev', + 'gpudev', 'gro', 'gso', 'ip_frag', @@ -41,10 +43,11 @@ libraries = [ 'latencystats', 'lpm', 'member', + 'pcapng', 'power', - 'pdump', 'rawdev', 'regexdev', + 'dmadev', 'rib', 'reorder', 'sched', @@ -54,33 +57,14 @@ libraries = [ 'ipsec', # ipsec lib depends on net, crypto and security 'fib', #fib lib depends on rib 'port', # pkt framework libs which use other libs from above + 'pdump', # pdump lib depends on bpf 'table', 'pipeline', 'flow_classify', # flow_classify lib depends on pkt framework table lib - 'bpf', 'graph', 'node', ] -if is_windows - libraries = [ - 'kvargs', - 'telemetry', - 'eal', - 'ring', - 'rcu', - 'mempool', - 'mbuf', - 'net', - 'meter', - 'ethdev', - 'pci', - 'cmdline', - 'hash', - 'cfgfile', - ] # only supported libraries for windows -endif - optional_libs = [ 'kni', 'power', @@ -178,6 +162,7 @@ foreach l:libraries if use_function_versioning cflags += '-DRTE_USE_FUNCTION_VERSIONING' endif + cflags += '-DRTE_LOG_DEFAULT_LOGTYPE=lib.' + l # first build static lib static_lib = static_library(libname,