Title: [144496] trunk/Source/WebKit2
Revision
144496
Author
[email protected]
Date
2013-03-01 13:36:51 -0800 (Fri, 01 Mar 2013)

Log Message

Uncomment ENABLE_SVG guards to avoid having WebKitPluginProcess link
against libWebCoreSVG.la when SVG is disabled.

Rubber-stamped by Gustavo Noronha.

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (144495 => 144496)


--- trunk/Source/WebKit2/ChangeLog	2013-03-01 21:32:43 UTC (rev 144495)
+++ trunk/Source/WebKit2/ChangeLog	2013-03-01 21:36:51 UTC (rev 144496)
@@ -1,3 +1,12 @@
+2013-03-01  Zan Dobersek  <[email protected]>
+
+        Uncomment ENABLE_SVG guards to avoid having WebKitPluginProcess link
+        against libWebCoreSVG.la when SVG is disabled.
+
+        Rubber-stamped by Gustavo Noronha.
+
+        * GNUmakefile.am:
+
 2013-02-28  Sam Weinig  <[email protected]>
 
         Add SPI for marking a WebView as doing things on behalf of another process

Modified: trunk/Source/WebKit2/GNUmakefile.am (144495 => 144496)


--- trunk/Source/WebKit2/GNUmakefile.am	2013-03-01 21:32:43 UTC (rev 144495)
+++ trunk/Source/WebKit2/GNUmakefile.am	2013-03-01 21:36:51 UTC (rev 144496)
@@ -572,10 +572,10 @@
 	libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@[email protected] \
 	libWebCore.la
 
-#if ENABLE_SVG
+if ENABLE_SVG
 Programs_WebKitPluginProcess_LDADD += \
 	libWebCoreSVG.la
-#endif
+endif
 
 Programs_WebKitPluginProcess_LDADD += \
 	libWebCorePlatform.la \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to