DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/1] build: allow disabling libs
@ 2020-09-18  8:49 Mohammed Hawari
  2020-09-18  8:49 ` [dpdk-dev] [PATCH 1/1] " Mohammed Hawari
  0 siblings, 1 reply; 9+ messages in thread
From: Mohammed Hawari @ 2020-09-18  8:49 UTC (permalink / raw)
  Cc: dev

This patch introduces the disable_libs option in the meson build system.
This options allows to select a set of elements in libs/ that will not 
be compiled. Dependency tracking is also extended so that, if a lib is
disabled, the build of all apps depending on it is also disabled.

Mohammed Hawari (1):
  build: allow disabling libs

 app/meson.build   | 12 +++++++++++-
 lib/meson.build   |  7 +++++++
 meson.build       |  9 +++++++++
 meson_options.txt |  2 ++
 4 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.28.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-06-15 16:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18  8:49 [dpdk-dev] [PATCH 0/1] build: allow disabling libs Mohammed Hawari
2020-09-18  8:49 ` [dpdk-dev] [PATCH 1/1] " Mohammed Hawari
2020-09-18 11:43   ` Bruce Richardson
2020-09-18 12:54     ` Mohammed Hawari
2020-09-18 13:57       ` Bruce Richardson
2023-06-14 19:09         ` Stephen Hemminger
2023-06-15  8:42           ` Bruce Richardson
2023-06-15 15:43             ` David Marchand
2023-06-15 16:07               ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).