From 257585dd7175a5c78d8ff96adc5364b872823f47 Mon Sep 17 00:00:00 2001 From: Gregor Fabritius Date: Wed, 21 Oct 2020 00:26:16 +0200 Subject: [PATCH] removed obsolete configuration --- Dockerfile.static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.static b/Dockerfile.static index 00a48f9..1c1db95 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -29,7 +29,7 @@ RUN \ RUN \ cd /opt/qt-everywhere-src-5.15.0 && \ ./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -skip qtwebengine \ - -qt-zlib -qt-libjpeg -qt-libpng -xcb -xcb-xlib -bundled-xcb-xinput -qt-freetype -qt-pcre -qt-harfbuzz && \ + -qt-zlib -qt-libjpeg -qt-libpng -xcb -qt-freetype -qt-pcre -qt-harfbuzz && \ make -j $(($(nproc)+4)) && \ make install && \ cd /opt && \