lib: build with meson
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 17 Oct 2017 12:43:57 +0000 (13:43 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 16:49:16 +0000 (17:49 +0100)
commit5b9656b157d3fefb9076f2ba8c72490dacdb7242
treeb21290e26d93658eb9680be88c898311de4d965a
parenta52f4574f798bb6d00ed4ef313a5f6d6d17a45d7
lib: build with meson

Add non-EAL libraries to DPDK build. The compat lib is a special case,
along with the previously-added EAL, but all other libs can be build using
the same set of commands, where the individual meson.build files only need
to specify their dependencies, source files, header files and ABI versions.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
Acked-by: Luca Boccassi <luca.boccassi@gmail.com>
41 files changed:
config/rte_config.h
lib/librte_acl/meson.build [new file with mode: 0644]
lib/librte_bbdev/meson.build [new file with mode: 0644]
lib/librte_bitratestats/meson.build [new file with mode: 0644]
lib/librte_cfgfile/meson.build [new file with mode: 0644]
lib/librte_cmdline/meson.build [new file with mode: 0644]
lib/librte_compat/meson.build [new file with mode: 0644]
lib/librte_cryptodev/meson.build [new file with mode: 0644]
lib/librte_distributor/meson.build [new file with mode: 0644]
lib/librte_efd/meson.build [new file with mode: 0644]
lib/librte_ether/meson.build [new file with mode: 0644]
lib/librte_eventdev/meson.build [new file with mode: 0644]
lib/librte_flow_classify/meson.build [new file with mode: 0644]
lib/librte_gro/meson.build [new file with mode: 0644]
lib/librte_gso/meson.build [new file with mode: 0644]
lib/librte_hash/meson.build [new file with mode: 0644]
lib/librte_ip_frag/meson.build [new file with mode: 0644]
lib/librte_jobstats/meson.build [new file with mode: 0644]
lib/librte_kni/meson.build [new file with mode: 0644]
lib/librte_kvargs/meson.build [new file with mode: 0644]
lib/librte_latencystats/meson.build [new file with mode: 0644]
lib/librte_lpm/meson.build [new file with mode: 0644]
lib/librte_mbuf/meson.build [new file with mode: 0644]
lib/librte_member/meson.build [new file with mode: 0644]
lib/librte_mempool/meson.build [new file with mode: 0644]
lib/librte_meter/meson.build [new file with mode: 0644]
lib/librte_metrics/meson.build [new file with mode: 0644]
lib/librte_net/meson.build [new file with mode: 0644]
lib/librte_pci/meson.build [new file with mode: 0644]
lib/librte_pdump/meson.build [new file with mode: 0644]
lib/librte_pipeline/meson.build [new file with mode: 0644]
lib/librte_port/meson.build [new file with mode: 0644]
lib/librte_power/meson.build [new file with mode: 0644]
lib/librte_reorder/meson.build [new file with mode: 0644]
lib/librte_ring/meson.build [new file with mode: 0644]
lib/librte_sched/meson.build [new file with mode: 0644]
lib/librte_security/meson.build [new file with mode: 0644]
lib/librte_table/meson.build [new file with mode: 0644]
lib/librte_timer/meson.build [new file with mode: 0644]
lib/librte_vhost/meson.build [new file with mode: 0644]
lib/meson.build