apteryks
apteryks
Hm, that cacert.h file is not actually from mbedtls, it seems to have originated from somewhere else, as a comment at the top of the file says.
Seems it's a dated root certificate from 2017 produced by Mozilla; is this really needed?
I refreshed the `retroarch` packaging in GNU Guix, and typically we clean up the source by removing the bundled libraries such as `deps/mbedtls`, and was surprised to see some sources...
It sounds like a good idea! Maybe watcher-c.pc for the C static/shared library? Or is it better practice to keep these separated these days, like watcher-c-private.pc and watcher-c.pc ?
Will try it now for my use case (unbundling watcher in dolphin-emu).
I tried the latest commit of the next branch, but the test suite appears to fail there, with errors like: ``` Access events are not reported ... sed: read error...
Managed to build with test suite passing on commit 0aff9ee.
Works well, thank you!
Ah, I think there's a small issue, where prefix= is not set to a value, so the include dir is relative, which trips CMake for example: ``` CMake Error in...
At least when building watcher with CMake.