Title: [143344] trunk
- Revision
- 143344
- Author
- commit-qu...@webkit.org
- Date
- 2013-02-19 09:01:41 -0800 (Tue, 19 Feb 2013)
Log Message
Only depend on xrender if x11 is being used
https://bugs.webkit.org/show_bug.cgi?id=84095
Patch by Changhun Kang <temooc...@company100.net> on 2013-02-19
Reviewed by Martin Robinson.
* Source/autotools/FindDependencies.m4:
Modified Paths
Diff
Modified: trunk/ChangeLog (143343 => 143344)
--- trunk/ChangeLog 2013-02-19 17:01:32 UTC (rev 143343)
+++ trunk/ChangeLog 2013-02-19 17:01:41 UTC (rev 143344)
@@ -1,3 +1,12 @@
+2013-02-19 Changhun Kang <temooc...@company100.net>
+
+ Only depend on xrender if x11 is being used
+ https://bugs.webkit.org/show_bug.cgi?id=84095
+
+ Reviewed by Martin Robinson.
+
+ * Source/autotools/FindDependencies.m4:
+
2013-02-18 ChangSeok Oh <shivami...@gmail.com>
[GTK] Fix nits for configuration
Modified: trunk/Source/autotools/FindDependencies.m4 (143343 => 143344)
--- trunk/Source/autotools/FindDependencies.m4 2013-02-19 17:01:32 UTC (rev 143343)
+++ trunk/Source/autotools/FindDependencies.m4 2013-02-19 17:01:41 UTC (rev 143344)
@@ -404,7 +404,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_CHECK_MODULES([XRENDER], [xrender])
AC_SUBST([XRENDER_CFLAGS])
AC_SUBST([XRENDER_LIBS])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes