summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \