fedora: Install meson 0.49.2

Working around https://github.com/mesonbuild/meson/issues/5087
This commit is contained in:
Thibault Saunier 2019-03-15 08:55:13 -03:00
parent e229b559d4
commit f04c2e7f38

View file

@ -151,7 +151,7 @@ dnf debuginfo-install -y gtk3 \
zip \
zlib
pip3 install meson
pip3 install meson==0.49.2
# Add the pip3 installation to the path
export PATH="$PATH:/usr/local/lib/python3.7/site-packages"