mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
Link keychain in flatpak statically
This commit is contained in:
parent
102ef05cfe
commit
d84f6a7091
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@
|
||||||
{
|
{
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DCMAKE_BUILD_TYPE=Release",
|
"-DCMAKE_BUILD_TYPE=Release",
|
||||||
"-DBUILD_TEST_APPLICATION=OFF"
|
"-DBUILD_TEST_APPLICATION=OFF",
|
||||||
|
"-DQTKEYCHAIN_STATIC=ON"
|
||||||
],
|
],
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
"name": "QtKeychain",
|
"name": "QtKeychain",
|
||||||
|
|
Loading…
Reference in a new issue