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:
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@@ -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
2
cmake
Submodule cmake updated: e86afe11f8...ba9eb09bc0
@@ -256,7 +256,6 @@ Go to ***BuildPath*** and run
|
||||
-system-freetype \
|
||||
-fontconfig \
|
||||
-no-opengl \
|
||||
-no-glib \
|
||||
-no-gtk \
|
||||
-static \
|
||||
-openssl-linked \
|
||||
|
Reference in New Issue
Block a user