diff options
Diffstat (limited to 'mesonbuild/modules/pkgconfig.py')
| -rw-r--r-- | mesonbuild/modules/pkgconfig.py | 2 |
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) |
