mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Remove glib dependency from Qt
This commit is contained in:
parent
28a567986d
commit
3f5eaa8f0a
2 changed files with 3 additions and 1 deletions
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: "1"
|
||||
MANUAL_CACHING: "2"
|
||||
DOC_PATH: "docs/building-cmake.md"
|
||||
|
||||
steps:
|
||||
|
@ -390,6 +390,7 @@ jobs:
|
|||
-system-freetype \
|
||||
-fontconfig \
|
||||
-no-opengl \
|
||||
-no-glib \
|
||||
-no-gtk \
|
||||
-static \
|
||||
-openssl-linked \
|
||||
|
|
|
@ -262,6 +262,7 @@ Go to ***BuildPath*** and run
|
|||
-system-freetype \
|
||||
-fontconfig \
|
||||
-no-opengl \
|
||||
-no-glib \
|
||||
-no-gtk \
|
||||
-static \
|
||||
-openssl-linked \
|
||||
|
|
Loading…
Add table
Reference in a new issue