Skip to content

Commit 9300ff1

Browse files
author
Tony Crisci
committed
update required meson version
1 parent 3c3ecb5 commit 9300ff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ meson mesonbuild
239239
sudo ninja -C mesonbuild install
240240
```
241241

242-
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:
242+
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:
243243

244244
```
245245
pip3 install meson

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'playerctl',
33
'c',
44
version: '2.0.2',
5-
meson_version: '>=0.46.0'
5+
meson_version: '>=0.50.0'
66
)
77

88
release_date = 'March 26, 2019'

0 commit comments

Comments
 (0)