Return glib event loop in static builds.

Regression was introduced in 3f5eaa8f0a.

Fixes problem with GTK file dialog running as modal windows. Fixes #7186.
This commit is contained in:
John Preston 2020-02-13 13:49:34 +04:00
parent 23bab2aeb9
commit 7bf2b607f9
3 changed files with 2 additions and 4 deletions

View File

@ -31,7 +31,7 @@ jobs:
CMAKE_VER: "3.16.3"
UPLOAD_ARTIFACT: "false"
ONLY_CACHE: "false"
MANUAL_CACHING: "3"
MANUAL_CACHING: "4"
DOC_PATH: "docs/building-cmake.md"
steps:
@ -381,7 +381,6 @@ jobs:
-system-freetype \
-fontconfig \
-no-opengl \
-no-glib \
-no-gtk \
-static \
-openssl-linked \

2
cmake

@ -1 +1 @@
Subproject commit e86afe11f8a9d7fa5f137e3b90bad32366fbc916
Subproject commit ba9eb09bc03ecb2b3c64ea1aa35ba534c8d3d5fe

View File

@ -256,7 +256,6 @@ Go to ***BuildPath*** and run
-system-freetype \
-fontconfig \
-no-opengl \
-no-glib \
-no-gtk \
-static \
-openssl-linked \