summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/pkgconfig.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-08-29 18:46:44 -0400
committerEli Schwartz <eschwartz93@gmail.com>2024-08-30 15:44:13 -0400
commit19847ba24a5a6e7c33c4e00a49842d77f7c5a4a3 (patch)
tree0aed0c65525044ecb5cb6cd6a08aa568bd3d7262 /mesonbuild/modules/pkgconfig.py
parent29797f92f818744adcdb354ca798036168608ac7 (diff)
downloadmeson-19847ba24a5a6e7c33c4e00a49842d77f7c5a4a3.tar.gz
update various deprecation notices to call out meson 2.0
Diffstat (limited to 'mesonbuild/modules/pkgconfig.py')
-rw-r--r--mesonbuild/modules/pkgconfig.py2
1 files changed, 1 insertions, 1 deletions
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)