summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-09-08 14:13:04 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-09-08 14:16:01 -0400
commit5859d32ccb52496148d969086a729b56a03c44e7 (patch)
treedb730f372bc632707e00507c92c6c1558fcf7c48
parent75c3b618e4d0758a6cf157c3bd9ec3874b6a451d (diff)
downloadpango-5859d32ccb52496148d969086a729b56a03c44e7.tar.gz
Only build pangocoretext if have cairo-qaurtz
-rw-r--r--pango/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 435b495d..bb8ccfe3 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -332,6 +332,7 @@ libpangocairo_1_0_la_SOURCES += \
pangocairo-fc.h
endif
+if HAVE_CAIRO_QUARTZ
if HAVE_CORE_TEXT
libpangocairo_1_0_la_SOURCES += \
modules.h \
@@ -351,6 +352,7 @@ libpangocairo_1_0_la_LIBADD += $(INCLUDED_CORE_TEXT_MODULES)
# We don't have an CoreText GIR right now, so this is just hypothetical
# PANGOCAIRO_FONT_BACKEND_GI_MODULE = PangoCoreText-1.0
endif
+endif
pangocairo_introspection_files = \
$(libpangocairo_1_0_la_SOURCES) \