Add libhandy to Flatpak dependencies
This commit is contained in:
@@ -68,7 +68,9 @@
|
|||||||
"pip3 install --prefix=/app ."
|
"pip3 install --prefix=/app ."
|
||||||
],
|
],
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"build-args": [ "--share=network" ]
|
"build-args": [
|
||||||
|
"--share=network"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
@@ -169,6 +171,25 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "libhandy",
|
||||||
|
"buildsystem": "meson",
|
||||||
|
"builddir": true,
|
||||||
|
"config-opts": [
|
||||||
|
"-Dexamples=false",
|
||||||
|
"-Dglade_catalog=disabled",
|
||||||
|
"-Dintrospection=disabled",
|
||||||
|
"-Dtests=false",
|
||||||
|
"-Dvapi=false"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"branch": "flap-handle",
|
||||||
|
"url": "https://gitlab.gnome.org/BenjaminSchaaf/libhandy.git"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user