linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bump meson version to >=0.58.0
@ 2023-12-16  1:55 Matt Jolly
  2023-12-24 19:01 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Jolly @ 2023-12-16  1:55 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Matt Jolly

plugins uses str.replace which was introduced in 0.58.0.

Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index b61c873..34d3e6d 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@
 
 project(
     'libtraceevent', ['c'],
-    meson_version: '>= 0.50.0',
+    meson_version: '>= 0.58.0',
     license: 'LGPL-2.1',
     version: '1.7.3',
     default_options: [
-- 
2.42.0


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

end of thread, other threads:[~2023-12-24 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-16  1:55 [PATCH] Bump meson version to >=0.58.0 Matt Jolly
2023-12-24 19:01 ` Steven Rostedt

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