cairo: fix build (#6386)

* cairo: fix build.

* cairo: install gperf packet to fix undefined build.
This commit is contained in:
DavidKorczynski 2021-09-02 18:29:22 +01:00 committed by GitHub
parent 3a564d9f11
commit fafaf03d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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