You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meson: handle uriparser dependency if not installed in host system
Quite a few more lines added to handle disabling a cmake define
Unfortunately Meson doesn't offer an easy way to do
dependency('uriparser', default_options: {'URIPARSER_BUILD_DOCS': false})
where the second argument is automatically given to cmake
0 commit comments