Title: [206507] trunk
Revision
206507
Author
[email protected]
Date
2016-09-28 01:17:55 -0700 (Wed, 28 Sep 2016)

Log Message

[GTK] Remove obsolete comment from OptionsGTK.cmake
https://bugs.webkit.org/show_bug.cgi?id=162622

Reviewed by Alex Christensen.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (206506 => 206507)


--- trunk/ChangeLog	2016-09-28 08:10:35 UTC (rev 206506)
+++ trunk/ChangeLog	2016-09-28 08:17:55 UTC (rev 206507)
@@ -1,3 +1,12 @@
+2016-09-28  Michael Catanzaro  <[email protected]>
+
+        [GTK] Remove obsolete comment from OptionsGTK.cmake
+        https://bugs.webkit.org/show_bug.cgi?id=162622
+
+        Reviewed by Alex Christensen.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2016-09-28  Yusuke Suzuki  <[email protected]>
 
         Unreviewed, build fix for several CMake ports after r206440

Modified: trunk/Source/cmake/OptionsGTK.cmake (206506 => 206507)


--- trunk/Source/cmake/OptionsGTK.cmake	2016-09-28 08:10:35 UTC (rev 206506)
+++ trunk/Source/cmake/OptionsGTK.cmake	2016-09-28 08:17:55 UTC (rev 206507)
@@ -6,7 +6,6 @@
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
-# IndexedDB support requires GCC 4.9, see https://bugs.webkit.org/show_bug.cgi?id=98932.
 if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
     if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.9.0")
         message(FATAL_ERROR "GCC 4.9.0 is required to build WebKitGTK+, use a newer GCC version or clang")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to