Add Meson build system
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 14:54:24 +0000 (15:54 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 24 May 2017 13:18:55 +0000 (14:18 +0100)
commit8bedad030257b5d204c9f4ff7b1a130e2c512d00
treef65c56c43c954b3af6d6d32064bbaa0da8c6befd
parent6d468128c7a8a43f9b0930910a1e8c9c75820c2b
Add Meson build system

Meson is a meta-build system which provides us with various advantages
over Autotools:

 - it's portable to various platforms
 - it's easy to understand
 - it's fast
 - it's well maintained

Various libraries in the GNOME stack have been ported to it, including
GTK+ itself.
atspi/meson.build [new file with mode: 0644]
bus/meson.build [new file with mode: 0644]
dbind/meson.build [new file with mode: 0644]
doc/libatspi/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
registryd/meson.build [new file with mode: 0644]
test/meson.build [new file with mode: 0644]