On Fri, Aug 12, 2011 at 9:00 AM, Carlos Garcia Campos <[email protected]> wrote: > El Fri, 12 Aug 2011 08:47:08 -0700 > Evan Martin <[email protected]> escribió: >> On Thu, Aug 11, 2011 at 11:16 PM, Gustavo Noronha Silva >> <[email protected]> wrote: >> > - Add plugin process support in WebKit2. Now (GTK+2) plugins can >> > work again with a GTK+3 build. >> >> Do you have any pointers to how this works? Do you need to build all >> of wtf etc twice, or do you just link twice? > > libjavascriptcore doesn't use gtk, so it's shared. WebCore was split > into two libraries (see https://bugs.webkit.org/show_bug.cgi?id=60539), > a small library that only contains the files using gtk+ and another one > with all other files. Only the former is built twice. And some webkit2 > files are built again with the plugin process too.
Thanks for explaining, that is clever! _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
