Skip to content

Commit

Permalink
cairo: fix build (#12575)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Oct 9, 2024
1 parent 8a9bb87 commit 7eef546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/cairo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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==1.3.0 ninja packaging
RUN pip3 install -U meson==1.4.0 ninja packaging

RUN git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git
RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/glib
Expand Down

0 comments on commit 7eef546

Please sign in to comment.