From e5333ce32c04a1ddef5c2c6d2b6a414095c2e0ba Mon Sep 17 00:00:00 2001 From: John Ralls Date: Wed, 22 Aug 2012 12:15:30 -0700 Subject: [PATCH] Fix introspection for CoreText --- pango/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango/Makefile.am b/pango/Makefile.am index 6a25374..3667f31 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -360,7 +360,7 @@ pangoinclude_HEADERS += pangocoretext.h libpangocairo_1_0_la_LDFLAGS += -framework CoreFoundation -framework ApplicationServices 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 +# PANGOCAIRO_FONT_BACKEND_GI_MODULE = PangoCoreText-1.0 endif pangocairo_introspection_files = \ -- 2.7.4