Skip to content

Commit 31f8130

Browse files
committed
Add clapper dependency to flatpak manifest
1 parent 3639811 commit 31f8130

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

build-aux/de.k_bo.Televido.Devel.json

+22
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,28 @@
4444
"*.a"
4545
],
4646
"modules": [
47+
{
48+
"name": "clapper",
49+
"buildsystem": "meson",
50+
"config-opts": [
51+
"-Dclapper=enabled",
52+
"-Dclapper-gtk=enabled",
53+
"-Dclapper-app=disabled",
54+
"-Dintrospection=enabled",
55+
"-Dvapi=enabled"
56+
],
57+
"cleanup": [
58+
"/include",
59+
"/lib/pkgconfig"
60+
],
61+
"sources": [
62+
{
63+
"type": "git",
64+
"url": "https://github.com/Rafostar/clapper.git",
65+
"tag": "0.6.1"
66+
}
67+
]
68+
},
4769
{
4870
"name": "blueprint-compiler",
4971
"buildsystem": "meson",

0 commit comments

Comments
 (0)