From fcb78eedb749cb9d414405ef13266f7ba0c40456 Mon Sep 17 00:00:00 2001 From: half_mexican Date: Sun, 7 Apr 2024 11:11:42 -0500 Subject: [PATCH] Add blueprint-compiler to manifest --- com.github.halfmexican.Mingle.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/com.github.halfmexican.Mingle.json b/com.github.halfmexican.Mingle.json index 2cff7a2..f3a2c50 100644 --- a/com.github.halfmexican.Mingle.json +++ b/com.github.halfmexican.Mingle.json @@ -31,6 +31,18 @@ "*.a" ], "modules" : [ + { + "name": "blueprint-compiler", + "buildsystem": "meson", + "cleanup": ["*"], + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", + "tag": "v0.12.0" + } + ] + }, { "name" : "mingle", "builddir" : true,