mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
flatpak: Add ModemManager
Add the ModemManager module as Calls now depends on it and talk to org.freedesktop.ModemManager1.
This commit is contained in:
parent
38cb6a8eb3
commit
1294cf0090
1 changed files with 17 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
/* Doesn't matter what the name is, just need to call system-talk-name? */
|
||||
"--system-talk-name=sm.puri.Calls",
|
||||
|
||||
"--talk-name=org.freedesktop.ModemManager1",
|
||||
"--talk-name=org.ofono",
|
||||
"--talk-name=org.ofono.VoiceCall",
|
||||
"--talk-name=org.ofono.Manager",
|
||||
|
@ -50,6 +51,22 @@
|
|||
}
|
||||
},
|
||||
"modules" : [
|
||||
{
|
||||
"name" : "modem-manager",
|
||||
"config-opts" : [
|
||||
"--without-udev",
|
||||
"--without-mbim",
|
||||
"--without-qmi",
|
||||
"--with-udev-base-dir=/app/lib/udev"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "archive",
|
||||
"url" : "https://www.freedesktop.org/software/ModemManager/ModemManager-1.8.0.tar.xz",
|
||||
"sha256" : "18abe34421aa3b52ff47d4ba93aa282f8f8944717dd644a5c0c81eeeac9c7eb1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "mobile-broadband-provider-info",
|
||||
"sources" : [
|
||||
|
|
Loading…
Reference in a new issue