mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
11 lines
285 B
TOML
11 lines
285 B
TOML
#TODO not compiled or tested
|
|
#TODO discover minimum dependencies from meson log
|
|
[source]
|
|
tar = "https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/1.34.0/libmbim-1.34.0.tar.bz2"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dintrospection=false",
|
|
"-Dman=false",
|
|
]
|