From 6adec109c95b68778bc1bf6be454ea55d09d58c2 Mon Sep 17 00:00:00 2001 From: liaowm5 Date: Tue, 4 Jun 2024 00:43:47 +0800 Subject: [PATCH] update CMakeLists.txt --- scripts/flatpak/com.github.thestr4ng3r.Chiaki.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json index aeb5855..b6cc755 100644 --- a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json +++ b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json @@ -104,18 +104,14 @@ { "name": "glm", "buildsystem": "cmake", - "build-commands": [ - "mkdir -p /app/include/glm", - "cp -r glm/glm /app/include/glm" - ], "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": "7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592" + "type": "git", + "url": "https://github.com/FayeSpica/glm.git", + "branch": "master" } ] },