From 564c254eea3ba5f36ad9030fdcb7e387345d3a4d Mon Sep 17 00:00:00 2001 From: jackun Date: Fri, 2 Jul 2021 19:42:05 +0300 Subject: [PATCH] [build-srt] Install newer meson --- build-srt.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-srt.sh b/build-srt.sh index 572c0e5f..e29821d9 100755 --- a/build-srt.sh +++ b/build-srt.sh @@ -43,12 +43,9 @@ dependencies() { if [[ ! -f ./bin/get-pip.py ]]; then curl https://bootstrap.pypa.io/get-pip.py -o bin/get-pip.py + python3 ./bin/get-pip.py fi - python3 ./bin/get-pip.py - - if [[ $(pip3 show meson >/dev/null; echo $?) == 1 || $(pip3 show mako >/dev/null; echo $?) == 1 ]]; then - pip3 install meson mako - fi + pip3 install 'meson>=0.54' mako if [[ ! -f /usr/include/NVCtrl/NVCtrl.h ]]; then curl -LO http://mirrors.kernel.org/ubuntu/pool/main/n/nvidia-settings/libxnvctrl0_440.64-0ubuntu1_amd64.deb