-
Notifications
You must be signed in to change notification settings - Fork 41
Labels
maintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!
Description
From @krakjoe
is there any possibility to add pkg-config integration into the pie dependency resolver, it's quite typical for an extension to itself depend on some system/3rd party library, and the modern way extensions check for that library is with pkg-config ... we can't obviously actually install the dependencies (or maybe we could, I'm not sure), but we can at least detect why the build would fail before attempting it - often make output is confusing for people to read that are not used to reading make output, whereas "This build will fail because pkg-config says X" before make is ever invoked can't be missed/misunderstood
Metadata
Metadata
Assignees
Labels
maintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!