DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/3] meson: fix minimum required meson version
@ 2021-03-22  8:38 Gabriel Ganne
  2021-03-22  8:39 ` [dpdk-dev] [PATCH 2/3] meson: use threads dependency as provided by meson Gabriel Ganne
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Gabriel Ganne @ 2021-03-22  8:38 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, olivier.matz, thierry.herbelot, Gabriel Ganne

WARNING: Project targetting '>= 0.47.1' but tried to use feature introduced
         in '0.48.0': console arg in custom_target

console argument is used within kernel/linux/kni/meson.build

Signed-off-by: Gabriel Ganne <gabriel.ganne@6wind.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 7778e18200a9..65c46f051365 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project('DPDK', 'C',
 		files('VERSION')).stdout().strip(),
 	license: 'BSD',
 	default_options: ['buildtype=release', 'default_library=static'],
-	meson_version: '>= 0.47.1'
+	meson_version: '>= 0.48.0'
 )
 
 # set up some global vars for compiler, platform, configuration, etc.
-- 
2.29.2


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

end of thread, other threads:[~2021-04-01 11:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  8:38 [dpdk-dev] [PATCH 1/3] meson: fix minimum required meson version Gabriel Ganne
2021-03-22  8:39 ` [dpdk-dev] [PATCH 2/3] meson: use threads dependency as provided by meson Gabriel Ganne
2021-03-22  8:39 ` [dpdk-dev] [PATCH 3/3] meson: remove unnecessary explicit link to libpcap Gabriel Ganne
2021-03-22  9:34 ` [dpdk-dev] [PATCH 1/3] meson: fix minimum required meson version Bruce Richardson
2021-03-22 15:25   ` Dmitry Kozlyuk
2021-03-23  6:22     ` Gabriel Ganne
2021-03-23  7:16       ` Andrew Rybchenko
2021-03-23  7:42       ` Dmitry Kozlyuk
2021-03-23  9:38       ` Bruce Richardson
2021-04-01 11:09         ` Bruce Richardson
2021-03-22 13:57 ` David Marchand

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).