Skip to content

Build with Meson (master)

Kjell Ahlstedt requested to merge kjellahl/meson-build-master into master

This MR shows how glibmm can be built with Meson instead of Autotools. It's similar to the Meson build system in pangomm.

Differences from pangomm:

  • gmmproc and generate_wrap_init.pl are configured and installed. When glibmm is built, the local (uninstalled) versions of gmmproc and generate_wrap_init.pl are used.
  • Glibmm contains .cc and .h files which are generated from .m4 files. The code for this generation has been copied from libsigc++2.
  • Two library files are created: libglibmm-2.64 and libgiomm-2.64.
  • Some source files in gio/src are not compiled and used in all types of hosts.
  • There are examples and tests.
Edited by Kjell Ahlstedt

Merge request reports