2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

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

Submodule cmake updated: e86afe11f8...ba9eb09bc0

View File

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