From fafaf03d272c757dba0697783a76463d75ae4569 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Thu, 2 Sep 2021 18:29:22 +0100 Subject: [PATCH] cairo: fix build (#6386) * cairo: fix build. * cairo: install gperf packet to fix undefined build. --- projects/cairo/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/cairo/Dockerfile b/projects/cairo/Dockerfile index 0cd5527ca..671fa74b3 100644 --- a/projects/cairo/Dockerfile +++ b/projects/cairo/Dockerfile @@ -14,8 +14,8 @@ # ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -RUN apt-get update && apt-get install -y python3-pip gtk-doc-tools libffi-dev autotools-dev libtool -RUN pip3 install -U meson==0.55.3 ninja +RUN apt-get update && apt-get install -y python3-pip gtk-doc-tools libffi-dev autotools-dev libtool gperf +RUN pip3 install -U meson==0.56.0 ninja RUN git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git ADD https://ftp.gnome.org/pub/gnome/sources/glib/2.64/glib-2.64.2.tar.xz $SRC