On Fri Feb 17 20:30:18 2023 +0000, Zebediah Figura wrote:
I reverted the Unixlib to be more like bcrypt again.
For the sake of public traceability, the logic here is that we may eventually need to add more Unix dependencies to this library. I'm not sure that chance is really worth the trouble, but it's probably not worth objecting at this rate. Note though that you still don't need to define __wine_unix_call_funcs if we're lacking SONAME_LIBVOSK. Also, from patch 1/5:
+WINE_NOTICE_WITH(vosk,[test x$with_vosk != xno -a
x$ac_cv_lib_soname_vosk = x],
[libvosk ${notice_platform}development files not
found (or too old), speech recognition won't be supported.]) As I mentioned earlier I was wrong about this, sorry, you don't want the $with_vosk check here. WINE_NOTICE_WITH does that internally.
Why exactly do I not need to define `__wine_unix_call_funcs` in that case? Does it automatically error?