Not yet, but I'll do some testing soon. Good point. On 3 Dec 2012 09:57, "Stuart Henderson" <s...@spacehopper.org> wrote:
> On 2012/12/02 23:29, Edd Barrett wrote: > > Hi, > > > > It turns out a load of the fs-uae launcher does not render properly due > > to our wxWidgets port not having graphics context support. The following > > diff enables it. > > Did you check at least a sample of other programs which use wxWidgets > to make sure that they still work OK? > > This adds a dependency on libpthread, remember that this is special > because it *must* be linked to binaries as it overrides weak symbols > in libc (I think this is the #1 general problem affecting the ports > tree at the moment), it cannot be pulled in by inter-library > dependencies. > >