Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-25 | build: make tests optional | Dylan Van Assche | |
Add a meson option -Dtests and --without-tests automake option to disable the compilation of all available testcases. This is useful for compiling projects with Flatpak such as GNOME Control Center which disables all possible integrations since they only need the DBus part of ModemManager. Contributes to https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1392 | |||
2021-09-10 | build,meson: add Sar interface | Aleksander Morgado | |
2021-09-07 | build: Port to meson | Iñigo Martínez | |
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. |