From 0a49c37a377d31d4c27da8d12a6dd2482fe42a18 Mon Sep 17 00:00:00 2001 From: Angelo Verlain Date: Wed, 31 Jan 2024 16:41:42 +0200 Subject: [PATCH] chore: add blueprint-compiler flatpak module --- build-aux/flatpak/com.vixalien.decibels.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-aux/flatpak/com.vixalien.decibels.json b/build-aux/flatpak/com.vixalien.decibels.json index 7d9d840..16ff54a 100644 --- a/build-aux/flatpak/com.vixalien.decibels.json +++ b/build-aux/flatpak/com.vixalien.decibels.json @@ -37,6 +37,17 @@ "*.a" ], "modules": [ + { + "name": "blueprint-compiler", + "buildsystem": "meson", + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", + "tag": "v0.10.0" + } + ] + }, { "name": "decibels", "buildsystem": "meson",