Add support for being used as a meson subproject #237

Merged
dcbaker merged 2 commits from submit/meson-subproject-support into master 2021-12-01 15:17:07 +00:00
dcbaker commented 2021-11-12 03:49:27 +00:00 (Migrated from github.com)

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++.

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](https://git.sr.ht/~lattis/muon), and I will be using this functionality in [meson++](https://github.com/dcbaker/meson-plus-plus), especially since support windows and macOS is a goal for meson++.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#237
There is no content yet.