diff options
Diffstat (limited to 'WebKit/ChangeLog')
-rw-r--r-- | WebKit/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog index c7858fb..9747ffa 100644 --- a/WebKit/ChangeLog +++ b/WebKit/ChangeLog @@ -1,3 +1,14 @@ +2010-08-20 Lucas De Marchi <lucas.demarchi@profusion.mobi> + + Unreviewed build fix. + + As opposed to WebCore, JavascriptCore and wtf, webkit is always a + shared library. After r65366, libewebkit.so was not being installed + anymore when building with SHARED_CORE=0 (which is the default). This + partially reverts that revision in order to fix this issue. + + * CMakeLists.txt: always install webkit library. + 2010-08-17 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> Reviewed by Darin Adler. |