From 5ef500e91678014f55abc32186c9f4dabb9968d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 18 Apr 2025 15:30:22 +0200 Subject: [PATCH] build: Disable grass submodules It seems that they are only necessary for some tests, that we don't run. --- build-aux/org.gnome.Fractal.Devel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-aux/org.gnome.Fractal.Devel.json b/build-aux/org.gnome.Fractal.Devel.json index e9b68c50..94da4515 100644 --- a/build-aux/org.gnome.Fractal.Devel.json +++ b/build-aux/org.gnome.Fractal.Devel.json @@ -68,7 +68,8 @@ "type": "git", "url": "https://github.com/connorskees/grass", "tag": "0.13.4", - "commit": "e0bb9e2eabfc3a58e42b03089cd7b22c68d09d0b" + "commit": "e0bb9e2eabfc3a58e42b03089cd7b22c68d09d0b", + "disable-submodules": true } ] },