From 590b02db462e5a2b960d2db639fc1b96314f9d7d Mon Sep 17 00:00:00 2001 From: liaowm5 Date: Mon, 3 Jun 2024 23:57:23 +0800 Subject: [PATCH] update CMakeLists.txt --- .../com.github.thestr4ng3r.Chiaki.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json index 3c81b57..69fac88 100644 --- a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json +++ b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json @@ -87,9 +87,40 @@ "pip3 install --prefix=/app google&&pip3 install --prefix=/app protobuf" ] }, + { + "name": "glfw", + "buildsystem": "cmake", + "config-opts": [ + "-DCMAKE_INSTALL_PREFIX=/app" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/glfw/glfw/releases/download/3.3.4/glfw-3.3.4.zip", + "sha256": "9e7b9a151603222d5e57f1cf789f3ff33ae36407f8de2e8d587a1cbd2d0a9e6b" + } + ] + }, + { + "name": "glm", + "buildsystem": "cmake", + "config-opts": [ + "-DCMAKE_INSTALL_PREFIX=/app" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/g-truc/glm/archive/refs/tags/0.9.9.8.tar.gz", + "sha256": "4e94e2ee1f87c0d791d0d1ec9dd41ea6ff1a994e9fcbbf03f935e617a330c1b1" + } + ] + }, { "name": "chiaki-borealis", "buildsystem": "cmake", + "config-opts": [ + "-DCMAKE_INSTALL_PREFIX=/app" + ], "builddir": "true", "sources": [ {