From af119706ca52c059502a0d502672962b90cc77b0 Mon Sep 17 00:00:00 2001 From: kramo Date: Thu, 2 Feb 2023 20:19:51 +0100 Subject: [PATCH] Add blueprint-compiler to flatpak manifest --- hu.kramo.Cartridges.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hu.kramo.Cartridges.json b/hu.kramo.Cartridges.json index 8cd34f1..6f17d6a 100644 --- a/hu.kramo.Cartridges.json +++ b/hu.kramo.Cartridges.json @@ -26,7 +26,18 @@ "*.a" ], "modules" : [ - "python3-PyYAML.json", + "python3-PyYAML.json", + { + "name": "blueprint-compiler", + "buildsystem": "meson", + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", + "tag": "v0.6.0" + } + ] + }, { "name" : "cartridges", "builddir" : true,