revert QGLENGINE and QGLVIEW flags
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good

This commit is contained in:
2021-04-23 10:16:47 +03:00
parent 2d1d22f6b8
commit 9c215fe520
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ WORKDIR /soft
RUN git clone -b master --single-branch --depth 1 --recursive https://git.shs.tools/SHS/shstk.git
WORKDIR /soft/shstk_build_ubuntu
RUN cmake -DICU=0 -DLOCAL=0 -DQGLENGINE=0 -DHAS_GL=0 -DBUILD_NUMBER=${LIBS_BUILD_NUMBER} ../shstk \
RUN cmake -DICU=0 -DLOCAL=0 -DQGLENGINE=1 -DQGLVIEW=1 -DHAS_GL=0 -DBUILD_NUMBER=${LIBS_BUILD_NUMBER} ../shstk \
&& make install -j${JOBS_COUNT} \
&& rm -rf * \
&& ldconfig