-
-
Notifications
You must be signed in to change notification settings - Fork 654
Meson: use pkg-config for more libraries #40577
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
Conversation
Documentation preview for this PR (built with commit 191b7de; changes) is ready! 🎉 |
This is going to conflict with #40485. Volker is probably waiting until the next beta to merge new features. |
Thanks Dima for the review! |
disabler: true, | ||
has_headers: ['meataxe.h'], | ||
) | ||
mtx = dependency('mtx', required: false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependency name is wrong here, it should be 'libmtx'
Use the new pkgconfig files of sirocco, homfly, brial, ...
I didn't test that it's indeed discovering the new pkg-config files and that compilation is successful.
📝 Checklist
⌛ Dependencies