diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 823111ca539..dcd150b482b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -460,10 +460,11 @@ before_install: install: - pip2 install --user mako - # Install the latest meson from pip, since the version in the ubuntu repos is - # often quite old. + # Install a more modern meson from pip, since the version in the + # ubuntu repos is often quite old. Avoid >=0.45.0 as it needs python + # 3.5+ - if test "x$BUILD" = xmeson; then - pip3 install --user meson; + pip3 install --user "meson<0.45.0"; fi # Since libdrm gets updated in configure.ac regularly, try to pick up the |