mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
travis: Install Meson 0.41.2
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
686be5856c
commit
5dd8e216e1
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ before_install:
|
|||
# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu
|
||||
install:
|
||||
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev flex/trusty-backports libfl-dev/trusty-backports
|
||||
- pip3 install meson
|
||||
- pip3 install meson==0.41.2
|
||||
- wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip
|
||||
- unzip ninja-linux.zip
|
||||
- export PATH=$(pwd):$PATH
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3467c6a4ee3b7a2f53dfd0e15cd72f00d782a0dd
|
||||
Subproject commit 2c5f1b2654a9b4480b857cd8395af127a6c55199
|
Loading…
Reference in a new issue