Skip to content

Commit 1570ab5

Browse files
image: Disabe gdk-pixbuf thumbnailer
Fails to build
1 parent 679b2d6 commit 1570ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN git clone https://gitlab.gnome.org/GNOME/glib.git --depth=1 && \
2323
meson install -C builddir) && \
2424
git clone https://gitlab.gnome.org/GNOME/gdk-pixbuf.git --depth=1 && \
2525
(cd /gdk-pixbuf && \
26-
meson setup builddir --prefix=/usr --buildtype release -Dintrospection=enabled -Ddocumentation=false -Dtests=false -Dman=false -Dinstalled_tests=false -Dgio_sniffing=false -Dglycin=disabled && \
26+
meson setup builddir --prefix=/usr --buildtype release -Dintrospection=enabled -Ddocumentation=false -Dthumbnailer=disabled -Dtests=false -Dman=false -Dinstalled_tests=false -Dgio_sniffing=false -Dglycin=disabled && \
2727
meson install -C builddir) && \
2828
git clone https://github.com/ebassi/graphene.git --depth=1 && \
2929
(cd /graphene && \

0 commit comments

Comments
 (0)