-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print a list of all not-found required and optional dependencies #985
Labels
Comments
Building a typical Meson project with just a few dependencies looks like this right now: We should definitely do better. |
Pasting that link here so it doesn't get lost when it expires.
|
One possible fix for this is to have some sort of declarative syntax for dependencies instead of the current imperative approach. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's very annoying to run
meson
and work your way through a list of required and not-found dependencies one-by-one. Package managers are slow and have a large overhead per-invocation and ideally you want to get a full list, set it to install, and get back to it later.There is no recourse w.r.t. this when using Autotools, but we can definitely do better. I think it would also be a major plus-point when talking about Meson to other people.
The text was updated successfully, but these errors were encountered: