From 19847ba24a5a6e7c33c4e00a49842d77f7c5a4a3 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 29 Aug 2024 18:46:44 -0400 Subject: update various deprecation notices to call out meson 2.0 --- mesonbuild/modules/pkgconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/modules') diff --git a/mesonbuild/modules/pkgconfig.py b/mesonbuild/modules/pkgconfig.py index 16c8c0798..61de8fc43 100644 --- a/mesonbuild/modules/pkgconfig.py +++ b/mesonbuild/modules/pkgconfig.py @@ -127,7 +127,7 @@ class DependenciesHelper: 'to generate() method instead of first positional ' 'argument.', 'Adding', mlog.bold(data.display_name), 'to "Requires" field, but this is a deprecated ' - 'behaviour that will change in a future version ' + 'behaviour that will change in version 2.0 ' 'of Meson. Please report the issue if this ' 'warning cannot be avoided in your case.', location=data.location) -- cgit v1.2.3