mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
12 lines
303 B
TOML
12 lines
303 B
TOML
#TODO not compiled or tested
|
|
#TODO discover minimum dependencies from meson log
|
|
[source]
|
|
tar = "https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/archive/1.38.0/libqmi-1.38.0.tar.bz2"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dudev=false",
|
|
"-Dintrospection=false",
|
|
"-Dman=false",
|
|
]
|