Title: [150185] releases/WebKitGTK/webkit-2.0
Revision
150185
Author
[email protected]
Date
2013-05-16 10:23:50 -0700 (Thu, 16 May 2013)

Log Message

[GTK] WebAudio doesn't build in WebKitGTK+ 2.0.2
https://bugs.webkit.org/show_bug.cgi?id=116154

Patch by Alberto Garcia  <[email protected]> on 2013-05-16
Reviewed by Gustavo Noronha Silva.

Don't override the value of ENABLE_WEB_AUDIO selected in the
configure script.

* Source/autotools/SetupWebKitFeatures.m4:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.0/ChangeLog (150184 => 150185)


--- releases/WebKitGTK/webkit-2.0/ChangeLog	2013-05-16 17:06:58 UTC (rev 150184)
+++ releases/WebKitGTK/webkit-2.0/ChangeLog	2013-05-16 17:23:50 UTC (rev 150185)
@@ -1,3 +1,15 @@
+2013-05-16  Alberto Garcia  <[email protected]>
+
+        [GTK] WebAudio doesn't build in WebKitGTK+ 2.0.2
+        https://bugs.webkit.org/show_bug.cgi?id=116154
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Don't override the value of ENABLE_WEB_AUDIO selected in the
+        configure script.
+
+        * Source/autotools/SetupWebKitFeatures.m4:
+
 2013-05-13  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update NEWS and Versions.m4 for 2.0.2 release.

Modified: releases/WebKitGTK/webkit-2.0/Source/autotools/SetupWebKitFeatures.m4 (150184 => 150185)


--- releases/WebKitGTK/webkit-2.0/Source/autotools/SetupWebKitFeatures.m4	2013-05-16 17:06:58 UTC (rev 150184)
+++ releases/WebKitGTK/webkit-2.0/Source/autotools/SetupWebKitFeatures.m4	2013-05-16 17:23:50 UTC (rev 150185)
@@ -171,7 +171,6 @@
 	ENABLE_USER_TIMING=0 \
 	ENABLE_VIBRATION=0 \
 	ENABLE_VIDEO_TRACK=0 \
-	ENABLE_WEB_AUDIO=0 \
 	ENABLE_WEB_SOCKETS=1 \
 	ENABLE_WEB_TIMING=1 \
 	ENABLE_WORKERS=1 \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to