mirror of https://github.com/google/oss-fuzz.git
cairo: fix build (#7700)
This commit is contained in:
parent
32c48a630f
commit
c82e3700d8
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
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 gperf
|
||||
RUN pip3 install -U meson==0.56.0 ninja
|
||||
RUN pip3 install -U meson==0.60.0 ninja
|
||||
|
||||
RUN git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git
|
||||
RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/glib
|
||||
|
|
|
@ -36,7 +36,6 @@ meson \
|
|||
-Db_lundef=false \
|
||||
-Doss_fuzz=enabled \
|
||||
-Dlibmount=disabled \
|
||||
-Dinternal_pcre=true \
|
||||
_builddir
|
||||
ninja -C _builddir
|
||||
ninja -C _builddir install
|
||||
|
|
Loading…
Reference in New Issue