commit | 02763e0d19614435ef55e6afd2398c380c67a7aa | [log] [tgz] |
---|---|---|
author | Nirbheek Chauhan <nirbheek@centricular.com> | Sun Apr 15 11:49:59 2018 +0530 |
committer | Nirbheek Chauhan <nirbheek@centricular.com> | Thu May 17 13:19:22 2018 +0530 |
tree | 0aad0b641c19b4b43218b0b60573e5c6e6629e32 | |
parent | 3ba2f8333b6fa5b91c55307f1e0bdca6979602e7 [diff] |
meson: Provide our Python tools for builds Several of our tools are installed and are used by other projects to generate code. However, there is no 'install' when projects use glib as a subproject, so we needed some way for glib to 'provide' these tools. Starting from Meson 0.46, this can be done with the meson.override_find_program() function. This also means that we can use these tools ourselves via the GNOME module and don't need to manually create command-lines.