mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +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"
|
CMAKE_VER: "3.16.3"
|
||||||
UPLOAD_ARTIFACT: "false"
|
UPLOAD_ARTIFACT: "false"
|
||||||
ONLY_CACHE: "false"
|
ONLY_CACHE: "false"
|
||||||
MANUAL_CACHING: "3"
|
MANUAL_CACHING: "4"
|
||||||
DOC_PATH: "docs/building-cmake.md"
|
DOC_PATH: "docs/building-cmake.md"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -381,7 +381,6 @@ jobs:
|
|||||||
-system-freetype \
|
-system-freetype \
|
||||||
-fontconfig \
|
-fontconfig \
|
||||||
-no-opengl \
|
-no-opengl \
|
||||||
-no-glib \
|
|
||||||
-no-gtk \
|
-no-gtk \
|
||||||
-static \
|
-static \
|
||||||
-openssl-linked \
|
-openssl-linked \
|
||||||
|
2
cmake
2
cmake
Submodule cmake updated: e86afe11f8...ba9eb09bc0
@@ -256,7 +256,6 @@ Go to ***BuildPath*** and run
|
|||||||
-system-freetype \
|
-system-freetype \
|
||||||
-fontconfig \
|
-fontconfig \
|
||||||
-no-opengl \
|
-no-opengl \
|
||||||
-no-glib \
|
|
||||||
-no-gtk \
|
-no-gtk \
|
||||||
-static \
|
-static \
|
||||||
-openssl-linked \
|
-openssl-linked \
|
||||||
|
Reference in New Issue
Block a user