X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit2%2FChangeLog;h=d93d59f252261b0c71160b13dbf07f01ce0e9d58;hp=d60dfb7f08e3f33f1c65f5e9e215e34662c4b4e5;hb=726a989bef489639adfab376f44c54fa1d4d7b24;hpb=974e7d81b59021d8378d0734c9b48fc9bb50e2e3 diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index d60dfb7..d93d59f 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog @@ -1,3 +1,19 @@ +2013-05-21 Martin Robinson + + [GTK] [CMake] Add support for building WebKit2 + https://bugs.webkit.org/show_bug.cgi?id=116372 + + Reviewed by Gustavo Noronha Silva. + + * CMakeLists.txt: Add common directories to the common include list and remove UIProcess/PageViewportController.cpp + from the source list since it should only be compiled for WebKitEFL. Instead of taking explicit forwarding-header + dependencies accept a list of "tacked-on" dependencies for WebKit2. This allows GTK+ to specify its extra fake + installed header step. + * PlatformEfl.cmake: Remove common include directories and add UIProcess/PageViewportController.cpp to the source + list. Fix up forwarding header dependencies now. + * PlatformGTK.cmake: Added. + * config.h: First check whether this is a CMake build and then fall back to the autotools header. + 2013-05-21 Zan Dobersek [GTK] Compile everything in C++11 mode