RESOLVED FIXED 57558
[GTK] Link explicitly with XRender on Linux/Unix
https://bugs.webkit.org/show_bug.cgi?id=57558
Summary [GTK] Link explicitly with XRender on Linux/Unix
Xan Lopez
Reported 2011-03-31 10:08:31 PDT
GNU gold requires this, otherwise the build fails.
Attachments
Patch (3.52 KB, patch)
2011-03-31 10:14 PDT, Xan Lopez
no flags
Xan Lopez
Comment 1 2011-03-31 10:14:38 PDT
Martin Robinson
Comment 2 2011-03-31 10:22:31 PDT
Comment on attachment 87756 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=87756&action=review > configure.ac:943 > +if test "$os_win32" = "no"; then Should also not do this for OS X, I think.
Xan Lopez
Comment 3 2011-03-31 10:35:25 PDT
(In reply to comment #2) > (From update of attachment 87756 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=87756&action=review > > > configure.ac:943 > > +if test "$os_win32" = "no"; then > > Should also not do this for OS X, I think. Our plugin code uses XP_UNIX, so I think it applies for OSX too.
Xan Lopez
Comment 4 2011-03-31 10:38:05 PDT
Comment on attachment 87756 [details] Patch Clearing flags on attachment: 87756 Committed r82599: <http://trac.webkit.org/changeset/82599>
Xan Lopez
Comment 5 2011-03-31 10:38:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.