Summary: | [GTK] Be able to disable gtk2 dependency | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Milan Crha <mcrha> | ||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bunhere, cdumez, cgarcia, commit-queue, gustavo, gyuyoung.kim, mrobinson, rakuco, sergio | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Milan Crha
2014-08-01 06:19:53 PDT
Now that the default plugin process doesn't use GTK2, it's possible to build without gtk2 support. And of course GTK+2 plugins like flash would not work. Created attachment 235969 [details]
Add an option to disable WebKitPluginProcess2
WebKitPluginProcess2 is the only reason we depend on GTK+2.
Comment on attachment 235969 [details] Add an option to disable WebKitPluginProcess2 View in context: https://bugs.webkit.org/attachment.cgi?id=235969&action=review > Source/WebKit2/PlatformGTK.cmake:-580 > - list(APPEND PluginProcessGTK2_INCLUDE_DIRECTORIES > - "${WEBKIT2_DIR}/PluginProcess/unix" > - ) > - > - include_directories(${PluginProcessGTK2_INCLUDE_DIRECTORIES}) This path is already added on a more general basis, I imagine? Comment on attachment 235969 [details] Add an option to disable WebKitPluginProcess2 View in context: https://bugs.webkit.org/attachment.cgi?id=235969&action=review >> Source/WebKit2/PlatformGTK.cmake:-580 >> - include_directories(${PluginProcessGTK2_INCLUDE_DIRECTORIES}) > > This path is already added on a more general basis, I imagine? Yes, see the previous chunk Committed r172144: <http://trac.webkit.org/changeset/172144> |