diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-15 01:23:29 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-15 01:53:38 +0100 |
commit | 7bb413c5c1c972b31c6b5fda661d310faf439612 (patch) | |
tree | 29d56a44db11a084acfca98ca49bb67fd73838e5 /io.github.NhekoReborn.Nheko.yaml | |
parent | Cleanup qt-jdenticon loading (diff) | |
download | nheko-7bb413c5c1c972b31c6b5fda661d310faf439612.tar.xz |
Add qt-jdention to flatpak
Diffstat (limited to 'io.github.NhekoReborn.Nheko.yaml')
-rw-r--r-- | io.github.NhekoReborn.Nheko.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index af010422..5f2c6ddc 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -147,6 +147,16 @@ modules: tag: 1.18.3 type: git url: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git + - buildsystem: qmake + name: qt-jdenticon + no-make-install: true + build-commands: + - mkdir -p /app/bin/ + - cp libqtjdenticon.so /app/bin/ + sources: + - commit: 77eb0d62441e03bbbfc2b1d2057c4045ac87fb85 + type: git + url: https://github.com/Nheko-Reborn/qt-jdenticon.git - buildsystem: meson config-opts: - -Ddefault_library=static |