Hello
Here's my latest version of the Meson build support files for FreeType 2. It works!
Compared to the previous versions, there are several improvements:
- The generated binaries are now the same size as the ones from the GNU Make and CMake builds.
- The installed shared libraries have the proper libtool-compatible suffix, and the generated pkg-config file is now using the correct FreeType version, paths and other settings.
- The "docs" target will generate the documentation properly, except that this will go into $BUILD_DIR/docs/ instead of $SRC_DIR/docs/, since Meson doesn't support modifying the source tree (a good thing in my opinion).
I'd like to see this submitted to the tree, and I'll keep updating it as needed. See the commit message for instructions on how to build and install with Meson.