flatpak: Add libnma

This is needed by network-manager-applet.
This commit is contained in:
Adrien Plazas 2020-03-06 12:03:50 +01:00 committed by Georges Basile Stavracas Neto
parent 88c5866f85
commit 9c080d09a7

View file

@ -379,6 +379,22 @@
}
]
},
{
"name" : "libnma",
"buildsystem" : "meson",
"config-opts" : [
"-Dgtk_doc=false",
"-Dintrospection=false",
"-Dmobile_broadband_provider_info=false",
"-Dvapi=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libnma.git"
}
]
},
{
"name" : "network-manager-applet",
"buildsystem" : "meson",