Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-08 | build,meson: Make feature options boolean | Iñigo Martínez | |
Different options are set as `feature`, also every possible plugin, but this may cause confusion. All options set as `feature` but plugins have been made `boolean` to avoid further confusions. `help2man` is also installed in the CI image because is required to build different libraries. | |||
2021-10-13 | build,meson: add SAR interface support in mmcli | 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. |