Title: [148615] trunk/Tools
- Revision
- 148615
- Author
- [email protected]
- Date
- 2013-04-17 09:15:09 -0700 (Wed, 17 Apr 2013)
Log Message
media-stream and xslt are no longer configurable options in the GTK+ port
https://bugs.webkit.org/show_bug.cgi?id=114736
Patch by Alberto Garcia <[email protected]> on 2013-04-17
Reviewed by Martin Robinson.
media-stream support was removed in r145199 and XSLT is a hard
requirement since r145859. Attempting to pass those options to the
configure script, only results in a warning.
* Scripts/webkitdirs.pm:
(buildAutotoolsProject):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (148614 => 148615)
--- trunk/Tools/ChangeLog 2013-04-17 16:14:37 UTC (rev 148614)
+++ trunk/Tools/ChangeLog 2013-04-17 16:15:09 UTC (rev 148615)
@@ -1,3 +1,17 @@
+2013-04-17 Alberto Garcia <[email protected]>
+
+ media-stream and xslt are no longer configurable options in the GTK+ port
+ https://bugs.webkit.org/show_bug.cgi?id=114736
+
+ Reviewed by Martin Robinson.
+
+ media-stream support was removed in r145199 and XSLT is a hard
+ requirement since r145859. Attempting to pass those options to the
+ configure script, only results in a warning.
+
+ * Scripts/webkitdirs.pm:
+ (buildAutotoolsProject):
+
2013-04-17 Michał Pakuła vel Rutka <[email protected]>
[EFL][WK2] Implement context menu in MiniBrowser
Modified: trunk/Tools/Scripts/webkitdirs.pm (148614 => 148615)
--- trunk/Tools/Scripts/webkitdirs.pm 2013-04-17 16:14:37 UTC (rev 148614)
+++ trunk/Tools/Scripts/webkitdirs.pm 2013-04-17 16:15:09 UTC (rev 148615)
@@ -2111,13 +2111,11 @@
my %configurableFeatures = (
"gamepad" => 1,
"geolocation" => 1,
- "media-stream" => 1,
"svg" => 1,
"svg-fonts" => 1,
"video" => 1,
"webgl" => 1,
"web-audio" => 1,
- "xslt" => 1,
);
# These features are ones which build-webkit cannot control, typically because
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes