Title: [135195] trunk/Source/WebKit2
Revision
135195
Author
[email protected]
Date
2012-11-19 14:09:38 -0800 (Mon, 19 Nov 2012)

Log Message

[GTK] REGRESSION(r134955): Plugins are broken due to unresolved symbol in plugin process
https://bugs.webkit.org/show_bug.cgi?id=102613

Unreviewed build fix.

Patch by Martin Robinson <[email protected]> on 2012-11-19

* GNUmakefile.am: Fix the build after one of my previous patches introduced
a link dependency on libsecret.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (135194 => 135195)


--- trunk/Source/WebKit2/ChangeLog	2012-11-19 21:47:42 UTC (rev 135194)
+++ trunk/Source/WebKit2/ChangeLog	2012-11-19 22:09:38 UTC (rev 135195)
@@ -1,3 +1,13 @@
+2012-11-19  Martin Robinson  <[email protected]>
+
+        [GTK] REGRESSION(r134955): Plugins are broken due to unresolved symbol in plugin process
+        https://bugs.webkit.org/show_bug.cgi?id=102613
+
+        Unreviewed build fix.
+
+        * GNUmakefile.am: Fix the build after one of my previous patches introduced
+        a link dependency on libsecret.
+
 2012-11-19  Yael Aharon  <[email protected]>
 
         [EFL][WK2] Web Inspector crashes if evas_gl is not available

Modified: trunk/Source/WebKit2/GNUmakefile.am (135194 => 135195)


--- trunk/Source/WebKit2/GNUmakefile.am	2012-11-19 21:47:42 UTC (rev 135194)
+++ trunk/Source/WebKit2/GNUmakefile.am	2012-11-19 22:09:38 UTC (rev 135195)
@@ -543,6 +543,7 @@
 	$(GSTREAMER_LIBS) \
 	$(GTK2_LIBS) \
 	$(JPEG_LIBS) \
+	$(LIBSECRET_LIBS) \
 	$(LIBSOUP_LIBS) \
 	$(LIBXML_LIBS) \
 	$(LIBXSLT_LIBS) \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to