Skip to content
Snippets Groups Projects
Commit 2647fc65 authored by Lars Bilke's avatar Lars Bilke
Browse files

Test addition of pkg-config for qt.

parent 7090f09c
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ if(OGS_BUILD_GUI)
vtk:qt=True
qt:qtxmlpatterns=True
qt:openssl=False
qt:with_harfbuzz=False
qt:with_libalsa=False
qt:with_libjpeg=False
#qt:with_libpng=False
......@@ -82,7 +81,6 @@ if(OGS_BUILD_GUI)
qt:with_pq=False
qt:with_sdl2=False
qt:with_sqlite3=False
qt:with_freetype=False
)
endif()
......
......@@ -114,7 +114,7 @@ LABEL ccache.dir=/opt/cache \
RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
sudo && \
sudo pkg-config && \
rm -rf /var/lib/apt/lists/*
# Jenkins node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment