We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2a5ff commit 679b2d6Copy full SHA for 679b2d6
1 file changed
Dockerfile
@@ -23,7 +23,7 @@ RUN git clone https://gitlab.gnome.org/GNOME/glib.git --depth=1 && \
23
meson install -C builddir) && \
24
git clone https://gitlab.gnome.org/GNOME/gdk-pixbuf.git --depth=1 && \
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 && \
+ meson setup builddir --prefix=/usr --buildtype release -Dintrospection=enabled -Ddocumentation=false -Dtests=false -Dman=false -Dinstalled_tests=false -Dgio_sniffing=false -Dglycin=disabled && \
27
28
git clone https://github.com/ebassi/graphene.git --depth=1 && \
29
(cd /graphene && \
0 commit comments