mirror of https://github.com/google/oss-fuzz.git
cairo: fix build (#6386)
* cairo: fix build. * cairo: install gperf packet to fix undefined build.
This commit is contained in:
parent
3a564d9f11
commit
fafaf03d27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue