Add libhandy to Flatpak dependencies

This commit is contained in:
Sumner Evans
2021-02-10 11:37:26 -07:00
parent 386ea4cc43
commit 7641d99020

View File

@@ -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"
}
]
} }
] ]
} }