Skip to content

build: Initial port to meson build system

Samuel Dolt requested to merge samdolt/moserial:meson into master

meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds initial meson support along autotools.

  • Generate config.h with meson
  • Build moserial.gresource.xml with meson
  • Compiling with meson produce a working binary
  • Builder can compile and run moserial with meson
  • Handling of Icon, .desktop and others files under data
  • Handling of po subdirectory
  • Handling of docs directory

Merge request reports