mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
21 lines
456 B
TOML
21 lines
456 B
TOML
#TODO not compiled or tested
|
|
#TODO discover minimum dependencies from meson log
|
|
[source]
|
|
tar = "https://www.freedesktop.org/software/ModemManager/ModemManager-1.18.12.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dudev=false",
|
|
"-Dtests=false",
|
|
"-Dsystemd_suspend_resume=false",
|
|
"-Dsystemd_journal=false",
|
|
"-Dpolkit=no",
|
|
"-Dintrospection=false",
|
|
"-Dman=false",
|
|
]
|
|
dependencies = [
|
|
"glib",
|
|
"libmbim",
|
|
"libqmi",
|
|
]
|