From: Soeren Apel Date: Fri, 1 Mar 2024 12:27:17 +0000 (+0100) Subject: docker: Work around autotools bug requiring gtkdocize unconditionally X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=295633ceea9b249ee6ff3eb77dfae1d360223e37;p=sigrok-build.git docker: Work around autotools bug requiring gtkdocize unconditionally --- diff --git a/docker/sigrok-mxe.Dockerfile b/docker/sigrok-mxe.Dockerfile index 4ccd427..0baa743 100644 --- a/docker/sigrok-mxe.Dockerfile +++ b/docker/sigrok-mxe.Dockerfile @@ -30,6 +30,7 @@ RUN apt-get update \ gettext \ git \ gperf \ + gtk-doc-tools \ intltool \ libc6-dev-i386 \ libgdk-pixbuf2.0-dev \