flatpak: Add appstream-glib module

It's no longer part of the SDK, so we have to build it ourselves
This commit is contained in:
Niels De Graef 2024-09-14 12:22:04 +02:00
parent ae459a7240
commit efb2d2b815

View file

@ -269,6 +269,24 @@
}
]
},
{
"name": "appstream-glib",
"buildsystem": "meson",
"config-opts": [
"-Dfonts=false",
"-Dgtk-doc=false",
"-Dintrospection=false",
"-Dman=false",
"-Drpm=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/hughsie/appstream-glib.git",
"branch": "main"
}
]
},
{
"name": "geary",
"buildsystem": "meson",