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:
parent
1c8b8ef99b
commit
6768631b25
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue