Adrian Perez
Adrian Perez
> Thanks for the followup! It is indeed just half-done. Could you also check my question about the config override and the debug flag? My two cents: - Yes, it...
@robooo Which version of nDPI is `brew` installing for you? Note that only versions 1.7 and 1.8 are tested and supported. If yours is one of the versions, it could...
@robooo: It seems that both libraries are exactly the same. Probably `brew` is hardlinking the same data at both locations. Anyway, I checked the symbol list that you sent (thanks!),...
I have not seent this myself, is the issue still happening?
FWIW, there is a related problem (missing definition of `_GNU_SOURCE`) for the calls to `clock_gettime()` which use the `CLOCK_*` macros. Code that uses them is present in `vcos_platform.h`, see https://github.com/Igalia/buildroot-wpe/pull/2#discussion_r224958314...
Probably a good way to go is to add a `comment` in `wpewebkit/Config.in` which is displayed in the configuration menus when the `shared-mime-info` package was not selected by the user....
@munezbn Thanks a lot for the interest in keeping things up-to-date, but given that the packages are now maintained up-to-date in upstream Buildroot, I think we do not need anymore...
@munezbn The goal is to move as many *stable* components as possible to Buildroot upstream. We have just managed to have WPE WebKit updated to 2.24.x (and compatible versions of...
One thing more: I would really prefer that the RDK backend had releases in some way, which would simplify packaging and make it easier to track which versions are compatible...
@harmon25 I haven't tried the RDK backend since WebKit 2.26.x, but as far as I can remember there has not been any change in 2.28.0 which would affect the RDK...