Add support for Meson as alternative/parallel build system
authorThibault Saunier <tsaunier@gnome.org>
Thu, 4 Aug 2016 21:33:55 +0000 (17:33 -0400)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 24 Aug 2016 19:44:32 +0000 (16:44 -0300)
commit383c5d1f6d1f6f1df161ebfdf39ebe127ddff04a
tree06b775b2d8576db3f40e185d780acfd2e4a26e16
parent3cf28775f32b67ff96ffc6e30233ead389377847
Add support for Meson as alternative/parallel build system

https://github.com/mesonbuild/meson
15 files changed:
.gitignore
config.h.meson [new file with mode: 0644]
docs/libs/meson.build [new file with mode: 0644]
docs/meson.build [new file with mode: 0644]
examples/c/meson.build [new file with mode: 0644]
examples/meson.build [new file with mode: 0644]
ges/ges-command-line-formatter.c
ges/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
pkgconfig/meson.build [new file with mode: 0644]
plugins/meson.build [new file with mode: 0644]
plugins/nle/meson.build [new file with mode: 0644]
tests/check/meson.build [new file with mode: 0644]
tests/meson.build [new file with mode: 0644]
tools/meson.build [new file with mode: 0644]