automation: add meson and ninja to tumbleweed container
authorOlaf Hering <olaf@aepfle.de>
Fri, 9 Jul 2021 14:06:53 +0000 (16:06 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 9 Jul 2021 15:06:03 +0000 (16:06 +0100)
qemu uses meson as for configuration, and requires ninja for building.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/build/suse/opensuse-tumbleweed.dockerfile

index 3965e7f9cdc909fce379685c4130751db5c3bce2..be5ddb0d9814a6554dacbfe8b3c716f2520420f4 100644 (file)
@@ -48,8 +48,10 @@ RUN zypper install -y --no-recommends \
         libzstd-devel \
         lzo-devel \
         make \
+        meson \
         nasm \
         ncurses-devel \
+        ninja \
         ocaml \
         ocaml-findlib-devel \
         ocaml-ocamlbuild \