Title: [97645] trunk
Revision
97645
Author
[email protected]
Date
2011-10-17 13:58:23 -0700 (Mon, 17 Oct 2011)

Log Message

Unreviewed; actually enable/disable microdata support in CMake.

Follow-up to r97471, which did not plug the option to enable/disable
microdata into the buildsystem.

* Source/cmake/OptionsEfl.cmake: Add ENABLE_MICRODATA feature, turned off by default.
* Source/cmake/OptionsWinCE.cmake: Ditto.
* Source/cmakeconfig.h.cmake: Add ENABLE_MICRODATA #cmakedefine.

Modified Paths

Diff

Modified: trunk/ChangeLog (97644 => 97645)


--- trunk/ChangeLog	2011-10-17 20:51:18 UTC (rev 97644)
+++ trunk/ChangeLog	2011-10-17 20:58:23 UTC (rev 97645)
@@ -1,3 +1,14 @@
+2011-10-17  Leandro Pereira  <[email protected]>
+
+        Unreviewed; actually enable/disable microdata support in CMake.
+
+        Follow-up to r97471, which did not plug the option to enable/disable
+        microdata into the buildsystem.
+
+        * Source/cmake/OptionsEfl.cmake: Add ENABLE_MICRODATA feature, turned off by default.
+        * Source/cmake/OptionsWinCE.cmake: Ditto.
+        * Source/cmakeconfig.h.cmake: Add ENABLE_MICRODATA #cmakedefine.
+
 2011-10-17  Ryosuke Niwa  <[email protected]>
 
         GTK build fix patch by Gustavo Noronha Silva.

Modified: trunk/Source/cmake/OptionsEfl.cmake (97644 => 97645)


--- trunk/Source/cmake/OptionsEfl.cmake	2011-10-17 20:51:18 UTC (rev 97644)
+++ trunk/Source/cmake/OptionsEfl.cmake	2011-10-17 20:58:23 UTC (rev 97645)
@@ -79,6 +79,7 @@
 WEBKIT_FEATURE(ENABLE_JIT "Enable JIT code" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_MATHML "Enable MathML" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_METER_TAG "Enable Meter tag" DEFAULT ON)
+WEBKIT_FEATURE(ENABLE_MICRODATA "Enable HTML5 microdata support" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_NETSCAPE_PLUGIN_API "Enable Netscape plugin API" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_NOTIFICATIONS "Enable notifications" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_ORIENTATION_EVENTS "Enable orientation events" DEFAULT OFF)

Modified: trunk/Source/cmake/OptionsWinCE.cmake (97644 => 97645)


--- trunk/Source/cmake/OptionsWinCE.cmake	2011-10-17 20:51:18 UTC (rev 97644)
+++ trunk/Source/cmake/OptionsWinCE.cmake	2011-10-17 20:58:23 UTC (rev 97645)
@@ -35,6 +35,7 @@
 WEBKIT_FEATURE(ENABLE_JAVASCRIPT_DEBUGGER "Enable _javascript_ debugger" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_JIT "Enable JIT code" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_MATHML "Enable MathML" DEFAULT OFF)
+WEBKIT_FEATURE(ENABLE_MICRODATA "Enable HTML5 microdata support" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_NETSCAPE_PLUGIN_API "Enable Netscape plugin API" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_NOTIFICATIONS "Enable notifications" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_ORIENTATION_EVENTS "Enable orientation events" DEFAULT OFF)

Modified: trunk/Source/cmakeconfig.h.cmake (97644 => 97645)


--- trunk/Source/cmakeconfig.h.cmake	2011-10-17 20:51:18 UTC (rev 97644)
+++ trunk/Source/cmakeconfig.h.cmake	2011-10-17 20:58:23 UTC (rev 97645)
@@ -26,6 +26,7 @@
 #cmakedefine01 ENABLE_JIT
 #cmakedefine01 ENABLE_MATHML
 #cmakedefine01 ENABLE_METER_TAG
+#cmakedefine01 ENABLE_MICRODATA
 #cmakedefine01 ENABLE_NETSCAPE_PLUGIN_API
 #cmakedefine01 ENABLE_NOTIFICATIONS
 #cmakedefine01 ENABLE_ORIENTATION_EVENTS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to