From f04c2e7f38535e7c03d58165f66f7633d9a901e0 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 15 Mar 2019 08:55:13 -0300 Subject: [PATCH] fedora: Install meson 0.49.2 Working around https://github.com/mesonbuild/meson/issues/5087 --- docker/fedora/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index d0000ccc9c..7cecd39f33 100644 --- a/docker/fedora/prepare.sh +++ b/docker/fedora/prepare.sh @@ -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"