redox/recipes/wip/libs/net/libmbim/recipe.toml
2026-05-15 05:28:54 -03:00

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",
]