Add support for being used as a meson subproject #237
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "submit/meson-subproject-support"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Meson allows dependencies to be compiled and built as part of the parent projects build process using a subproject systems and "wraps". This is useful for situations where dependencies are difficult to install (such as windows and macos), or where a newer version is needed, or static linking is required.
Included are two patches to allow libpkgconf to be used as a subproject dependency. There is an immediate consumer for this in muon, and I will be using this functionality in meson++, especially since support windows and macOS is a goal for meson++.