[Webkit-unassigned] [Bug 84095] Only depend on xrender if x11 is being used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 19 09:39:25 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84095





--- Comment #1 from Jeremy Huddleston <jeremyhu at apple.com>  2012-04-19 09:39:25 PST ---
Here is a patch:
https://trac.macports.org/raw-attachment/ticket/34086/xrender-check.patch


--- configure.orig    2012-04-18 17:55:13.000000000 -0500
+++ configure    2012-04-18 17:56:11.000000000 -0500
@@ -22086,7 +22086,7 @@

 # check for XRender under Linux/Unix. Some linkers require explicit
 # linkage (like GNU Gold), so we cannot rely on GTK+ pulling XRender
-if test "$os_win32" = "no"; then
+if test "$with_target" = "x11"; then

 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRENDER" >&5

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list