Skip to content

Commit d5c991c

Browse files
committed
build: Add Blueprint compiler to Flatpak manifest
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
1 parent fb89042 commit d5c991c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

com.pojtinger.felicitas.Multiplex.json

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
"--talk-name=org.freedesktop.Flatpak"
1818
],
1919
"modules": [
20+
{
21+
"name": "blueprint-compiler",
22+
"buildsystem": "meson",
23+
"cleanup": ["*"],
24+
"sources": [
25+
{
26+
"type": "git",
27+
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
28+
"tag": "v0.12.0"
29+
}
30+
]
31+
},
2032
{
2133
"name": "multiplex",
2234
"buildsystem": "simple",

0 commit comments

Comments
 (0)