summaryrefslogtreecommitdiff
path: root/pango-view/pango-view.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2009-03-23 19:16:58 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-03-23 19:16:58 -0400
commit477747bc1ef1078b06c4e1c615a1a912e6ada299 (patch)
treec874705da88f5e29d8cba9abefd55d172547682d /pango-view/pango-view.c
parent698203ab28bc679c2e62a2452a79d5785fd46ca7 (diff)
downloadpango-477747bc1ef1078b06c4e1c615a1a912e6ada299.tar.gz
Bug 576298 – Fails to link pango-view if --without-x is specified but cairo has X11 support
Diffstat (limited to 'pango-view/pango-view.c')
-rw-r--r--pango-view/pango-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango-view/pango-view.c b/pango-view/pango-view.c
index 55a62edc..fec00be9 100644
--- a/pango-view/pango-view.c
+++ b/pango-view/pango-view.c
@@ -7,7 +7,7 @@ extern const PangoViewer pangoft2_viewer;
extern const PangoViewer pangox_viewer;
const PangoViewer *viewers[] = {
-#ifdef HAVE_CAIRO_XLIB
+#ifdef HAVE_CAIRO
&pangocairo_viewer,
#endif
#ifdef HAVE_XFT