docker: fedora: update to meson 0.53.1
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Mon, 24 Feb 2020 04:20:47 +0000 (09:50 +0530)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Mon, 24 Feb 2020 04:20:47 +0000 (09:50 +0530)
Needed to build Tizonia (gst-omx backend).

docker/fedora/prepare.sh

index 793cc25..5b79d7a 100644 (file)
@@ -171,7 +171,7 @@ dnf debuginfo-install -y gtk3 \
     zip \
     zlib
 
-pip3 install meson==0.52.1 hotdoc
+pip3 install meson==0.53.1 hotdoc
 
 # Install the dependencies of gstreamer
 dnf builddep -y gstreamer1 \