build-sys: Update meson dependency to 0.50.0

This is needed for currently used features (disabler and install in
configure_file).
This commit is contained in:
Arun Raghavan 2019-04-17 15:58:45 +05:30
parent 2f6a46ca1a
commit b943caa17f
2 changed files with 4 additions and 3 deletions

View file

@ -43,10 +43,11 @@ RUN apt-get update && apt-get install -y \
libxtst-dev \
make \
ninja-build \
python3-setuptools \
systemd
# Install meson from upstream tarball
ARG MESON_VERSION=0.47.0
ARG MESON_VERSION=0.50.0
RUN apt-get install -y wget && \
wget -q https://github.com/mesonbuild/meson/releases/download/${MESON_VERSION}/meson-${MESON_VERSION}.tar.gz && \
tar -xf meson-${MESON_VERSION}.tar.gz && \