Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33
Add meson.build file#151
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This makes it easier to integrate pythoncapi-compat inMeson based projects.
c3c63ee intopython:mainUh oh!
There was an error while loading.Please reload this page.
vstinner commentedOct 2, 2025
Merged, thank you 👍 |
amolenaar commentedOct 3, 2025
@vstinner Thanks. I was wondering if this change would also require some documentation/usage instructions. |
vstinner commentedOct 3, 2025
I'm fine with no documentation as soon as it fits your needs :-) You can also add doc if you want. |
This makes it easier to integrate pythoncapi-compat inMeson based projects as subproject, as we do forPyGObject.