File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN git clone https://gitlab.gnome.org/GNOME/glib.git --depth=1 && \
23
23
meson install -C builddir) && \
24
24
git clone https://gitlab.gnome.org/GNOME/gdk-pixbuf.git --depth=1 && \
25
25
(cd /gdk-pixbuf && \
26
- meson setup builddir --prefix=/usr --buildtype release -Dintrospection=enabled -Dtests=false -Dman=false -Dinstalled_tests=false -Dgio_sniffing=false -Dglycin=disabled && \
26
+ meson setup builddir --prefix=/usr --buildtype release -Dintrospection=enabled -Ddocumentation=false - Dtests=false -Dman=false -Dinstalled_tests=false -Dgio_sniffing=false -Dglycin=disabled && \
27
27
meson install -C builddir) && \
28
28
git clone https://github.com/ebassi/graphene.git --depth=1 && \
29
29
(cd /graphene && \
You can’t perform that action at this time.
0 commit comments