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:
parent
ae459a7240
commit
efb2d2b815
1 changed files with 18 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue