-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
build: add initial meson support #306
Conversation
Maybe it's worth it to add a note to the build instructions here? |
Updated build instructions, lmk what you think :) |
@stefanofiorentino any concerns? I'm about to merge this one otherwise. |
@skypjack @stefanofiorentino good to merge? |
Actually, I don't have enough knowledge to say if it's good to merge for the meson part. |
Ping @brenfwd ☝️ |
I believe this should do the trick. https://github.com/brenfwd/uvw/actions/runs/7817930848/job/21326979681 |
(renamed commit msg) |
Meson support is broken. As anticipated, I don't have enough knowledge nor bandwidth to maintain it. |
@skypjack Sure thing, will look into it and PR a fix |
This PR adds initial support for the meson build system. Currently set up to work as a shared/static library, since that works best with meson's dependency system for libuv.
This should be able to be backported to the current release as well if desired.