summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-12-28 22:58:27 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-12-28 22:59:42 +0100
commitd84f6a7091c7eac12356bcd45e2ed5609b2c701c (patch)
tree381e027a6014aa9b0e0aa2d34af93000af5048e0
parentMerge branch 'ci-cleanups-and-experiments' into 'master' (diff)
downloadnheko-d84f6a7091c7eac12356bcd45e2ed5609b2c701c.tar.xz
Link keychain in flatpak statically
-rw-r--r--io.github.NhekoReborn.Nheko.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json

index 34b0d7e7..352ca648 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json
@@ -97,7 +97,8 @@ { "config-opts": [ "-DCMAKE_BUILD_TYPE=Release", - "-DBUILD_TEST_APPLICATION=OFF" + "-DBUILD_TEST_APPLICATION=OFF", + "-DQTKEYCHAIN_STATIC=ON" ], "buildsystem": "cmake-ninja", "name": "QtKeychain",