Title: [94285] trunk/Source/WebKit2
Revision
94285
Author
[email protected]
Date
2011-09-01 04:18:43 -0700 (Thu, 01 Sep 2011)

Log Message

2011-09-01  Xan Lopez  <[email protected]>

        [GTK] Add XRender lib dependencies explicitly

        Reviewed by Philippe Normand.

        This is needed when using the GNU/Gold linker, since we use
        XRender directly.

        * GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (94284 => 94285)


--- trunk/Source/WebKit2/ChangeLog	2011-09-01 10:24:09 UTC (rev 94284)
+++ trunk/Source/WebKit2/ChangeLog	2011-09-01 11:18:43 UTC (rev 94285)
@@ -1,3 +1,14 @@
+2011-09-01  Xan Lopez  <[email protected]>
+
+        [GTK] Add XRender lib dependencies explicitly
+
+        Reviewed by Philippe Normand.
+
+        This is needed when using the GNU/Gold linker, since we use
+        XRender directly.
+
+        * GNUmakefile.am:
+
 2011-08-31  Anders Carlsson  <[email protected]>
 
         Jagged text shown in find-in-page highlight

Modified: trunk/Source/WebKit2/GNUmakefile.am (94284 => 94285)


--- trunk/Source/WebKit2/GNUmakefile.am	2011-09-01 10:24:09 UTC (rev 94284)
+++ trunk/Source/WebKit2/GNUmakefile.am	2011-09-01 11:18:43 UTC (rev 94285)
@@ -908,6 +908,7 @@
 	$(PNG_LIBS) \
 	$(SQLITE3_LIBS) \
 	$(UNICODE_LIBS) \
+	$(XRENDER_LIBS) \
 	$(XT_LIBS)
 
 # WebKit2 specific variables
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to