Force installation of meson 0.43.0.

There are some problem in meson 0.44.0.

`meson` change the way it detects static libraries (to something that seems
better to me), but it breaks some of our build that we have to fix.

Until we have fixed our dependencies declaration, let's force meson to
be in 0.43.0.
This commit is contained in:
Matthieu Gautier 2017-12-13 15:09:58 +01:00
parent 1c8b8ef99b
commit 6768631b25
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ orig_dir=$(pwd)
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -qq python3-pip zlib1g-dev libjpeg-dev sudo apt-get install -qq python3-pip zlib1g-dev libjpeg-dev
pip3 install --user meson pip3 install --user meson==0.43.0
pip3 install --user pillow pip3 install --user pillow
# ninja # ninja