mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
72 stars 187 forks source link

Add ability to enable WebSocket support for curl (and maybe other experimental features?) #1454

Closed DyXel closed 3 months ago

DyXel commented 5 months ago

I know the initial PR (https://github.com/mesonbuild/wrapdb/pull/1149) said "advanced / experimental options are not supported", but I was wondering if these could be added so we can use them in our code, at our own risk, and off by default of course.

I was looking to make the changes locally myself in order to test, but the meson.build for curl is pretty big and I don't know exactly where the changes would fit.

benoit-pierre commented 5 months ago

Which experimental options exactly (apart from WebSocket)?

DyXel commented 5 months ago

now that you ask, not sure actually. WebSocket could be the only experimental feature right now 🤔

benoit-pierre commented 5 months ago

Can you wait for the next update? (I'll add it as part of #1466).

DyXel commented 5 months ago

Sure, thanks for looking into this 👍🏻