Title: [128599] trunk/Source/_javascript_Core
Revision
128599
Author
[email protected]
Date
2012-09-14 06:08:34 -0700 (Fri, 14 Sep 2012)

Log Message

[BlackBerry] Switching from Slogger to Slogger2 requires changes in CMakeList of
webkit in order to include libraries of slog2
https://bugs.webkit.org/show_bug.cgi?id=96391

Patch by Parth Patel <[email protected]> on 2012-09-14
Reviewed by Yong Li.

Changes in Cmake files of _javascript_Core of webkit to include slog2 libs in build
files of webkit in response to switching from Slogger to Slogger2.

* shell/PlatformBlackBerry.cmake:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (128598 => 128599)


--- trunk/Source/_javascript_Core/ChangeLog	2012-09-14 13:07:26 UTC (rev 128598)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-09-14 13:08:34 UTC (rev 128599)
@@ -1,3 +1,16 @@
+2012-09-14  Parth Patel  <[email protected]>
+
+        [BlackBerry] Switching from Slogger to Slogger2 requires changes in CMakeList of 
+        webkit in order to include libraries of slog2
+        https://bugs.webkit.org/show_bug.cgi?id=96391
+
+        Reviewed by Yong Li.
+
+        Changes in Cmake files of _javascript_Core of webkit to include slog2 libs in build 
+        files of webkit in response to switching from Slogger to Slogger2.
+
+        * shell/PlatformBlackBerry.cmake:
+
 2012-09-14  Mark Hahnenberg  <[email protected]>
 
         Remove the Zapped BlockState

Modified: trunk/Source/_javascript_Core/shell/PlatformBlackBerry.cmake (128598 => 128599)


--- trunk/Source/_javascript_Core/shell/PlatformBlackBerry.cmake	2012-09-14 13:07:26 UTC (rev 128598)
+++ trunk/Source/_javascript_Core/shell/PlatformBlackBerry.cmake	2012-09-14 13:08:34 UTC (rev 128599)
@@ -1,3 +1,4 @@
+FIND_STAGING_LIBRARY(SLOG2_LIBRARY slog2)
 LIST(APPEND JSC_LIBRARIES
     ${ICUI18N_LIBRARY}
     ${ICUUC_LIBRARY}
@@ -6,6 +7,7 @@
     ${Screen_LIBRARY}
     ${Skia_QNX_LIBRARY}
     ${WebKitPlatform_LIBRARY}
+    ${SLOG2_LIBRARY}
 )
 
 IF (PROFILING)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to