[43659] trunk/dports/graphics/cairo/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Fri Dec 12 21:38:00 PST 2008
Revision: 43659
http://trac.macports.org/changeset/43659
Author: jeremyhu at macports.org
Date: 2008-12-12 21:37:59 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------
cairo: The xcb variant needs xcb-renderutil which is in xorg-xcb-util in addition to libxcb. Bug #17624.
Modified Paths:
--------------
trunk/dports/graphics/cairo/Portfile
Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile 2008-12-13 04:33:36 UTC (rev 43658)
+++ trunk/dports/graphics/cairo/Portfile 2008-12-13 05:37:59 UTC (rev 43659)
@@ -90,7 +90,8 @@
variant x11_xcb conflicts no_x11 description {Use libxcb for X11 protocol communication} {
configure.args-delete --disable-xcb
configure.args-append --enable-xcb
- depends_lib-append lib:libxcb.1:xorg-libxcb
+ depends_lib-append \
+ lib:libxcb-render-util.0:xorg-xcb-util
}
platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081212/cf17508e/attachment.html>
More information about the macports-changes
mailing list