Add Meson build system
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 20 May 2017 14:36:44 +0000 (15:36 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 12:44:20 +0000 (13:44 +0100)
commit6adb5fa877a36014a05a755f1cf12d549c8f0fb3
tree629c27f2d96635ba9bb126664314eb1f4e1357c8
parent1831a7b3e49bdaf206a613d7bdf3a48288b87735
Add Meson build system

Meson is a meta-build system that has several advantages over Autotools:

  - faster
  - simpler to use and understand
  - portable to various platforms
  - tailored to the needs of GNOME libraries
  - well maintained and supported

Various other libraries in the GNOME stack have already adopted Meson in
parallel, or exclusively, including GTK+.

https://bugzilla.gnome.org/show_bug.cgi?id=782871
atk/meson.build [new file with mode: 0644]
docs/meson.build [new file with mode: 0644]
docs/xml/gtkdocentities.ent.in [new file with mode: 0644]
docs/xml/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
po/meson.build [new file with mode: 0644]
tests/meson.build [new file with mode: 0644]