Skip to content

Commit a640127

Browse files
committed
Add blueprint-compiler to flatpak manifest
1 parent 3563dbd commit a640127

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build-aux/io.github.jspast.Surveam.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
"modules" : [
2525
"qhull.json",
2626
"python3-matplotlib.json",
27+
{
28+
"name": "blueprint-compiler",
29+
"buildsystem": "meson",
30+
"sources": [
31+
{
32+
"type": "git",
33+
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
34+
"tag": "v0.16.0"
35+
}
36+
],
37+
"cleanup": ["*"]
38+
},
2739
{
2840
"name" : "surveam",
2941
"builddir" : true,

0 commit comments

Comments
 (0)