diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-22 05:06:17 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-24 04:53:12 +0100 |
commit | bf68aa28d835cbd7e1a0bf40fd9795d7ae946224 (patch) | |
tree | 1f9b8750aa097b3eb6effeb2f8ca5dba82a59e69 /io.github.NhekoReborn.Nheko.yaml | |
parent | Merge branch 'more-random-colors' into 'master' (diff) | |
download | nheko-bf68aa28d835cbd7e1a0bf40fd9795d7ae946224.tar.xz |
Fix loading on Gnome when in flatpak
See https://gitlab.gnome.org/GNOME/libsecret/-/issues/49 fixes #816
Diffstat (limited to 'io.github.NhekoReborn.Nheko.yaml')
-rw-r--r-- | io.github.NhekoReborn.Nheko.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index 22e52ae8..6f15caa8 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -1,7 +1,7 @@ id: io.github.NhekoReborn.Nheko command: nheko runtime: org.kde.Platform -runtime-version: '5.15' +runtime-version: '5.15-21.08' sdk: org.kde.Sdk rename-icon: nheko rename-desktop-file: nheko.desktop @@ -90,6 +90,8 @@ modules: - -Dvapi=false - -Dgtk_doc=false - -Dintrospection=false + # https://gitlab.gnome.org/GNOME/libsecret/-/issues/49 + - -Dgcrypt=false sources: - commit: 3fe635e64efd4b8dbc9ec3548b0bc8034c7665c4 tag: 0.20.4 |