On 05/21/2014 11:36 PM, Wayne Blaszczyk wrote: > Hi All, > > I want to confirm if gtk+2 is a dependency or not. > If I build WebKitGTK as per the instructions in the book, the configure > reports "No package 'gtk+-2.0' found". > If I put in the --disable-webkit2 switch, then that requirement goes > away. As a subsequent question, what added functionality does webkit2 > provide? > > Thanks, > Wayne. >
NPAPI plugin support (WebKitPluginProcess). NPAPI on Linux is tied to GTK+2 and X11. You can't use flash with webkitgtk gtk+3 version but you can with webkit2gtk which is also gtk+3 library but has separate plugin process which uses gtk+2. -- Note: My last name is not Krejzi. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
