update required meson version

This commit is contained in:
Tony Crisci
2020-01-31 09:47:32 -05:00
parent 3c3ecb5812
commit 9300ff190d
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ meson mesonbuild
sudo ninja -C mesonbuild install
```
Note that you need `meson >= 0.46.0` installed. In case your distro only has an older version of meson in its repository you can install the newest version via pip:
Note that you need `meson >= 0.50.0` installed. In case your distro only has an older version of meson in its repository you can install the newest version via pip:
```
pip3 install meson

View File

@@ -2,7 +2,7 @@ project(
'playerctl',
'c',
version: '2.0.2',
meson_version: '>=0.46.0'
meson_version: '>=0.50.0'
)
release_date = 'March 26, 2019'