summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-06-12 17:47:55 -0700
committerJamey Sharp <jamey@minilop.net>2006-07-31 09:44:46 -0700
commit2eeb338590957a90bdebfc6a00fc05323e76f9ee (patch)
treee1b0799caab4f6fa63bdfedb06f76dc783b40f0d /configure.in
parent6b0d3433b7073ece1f7959475e6058911dc382ad (diff)
XCB: Use xcb-renderutil where cairo-xlib used libXrender.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9e48511d8..218289f0a 100644
--- a/configure.in
+++ b/configure.in
@@ -241,7 +241,7 @@ CAIRO_BACKEND_ENABLE(quartz, Quartz, quartz, QUARTZ_SURFACE, no, [
dnl ===========================================================================
CAIRO_BACKEND_ENABLE(xcb, XCB, xcb, XCB_SURFACE, no, [
- xcb_REQUIRES="xcb xcb-render"
+ xcb_REQUIRES="xcb xcb-render xcb-renderutil"
PKG_CHECK_MODULES(xcb, $xcb_REQUIRES, , [
use_xcb="no (requires XCB http://xcb.freedesktop.org)"])
])