[pango] Fix build with picky ld
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Fix build with picky ld
- Date: Tue, 5 May 2015 06:44:44 +0000 (UTC)
commit 77a8ddf97931e35d43db37fb80e3be55de0e30c8
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon May 4 23:44:27 2015 -0700
Fix build with picky ld
pango-view/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am
index 66a0881..ffb937d 100644
--- a/pango-view/Makefile.am
+++ b/pango-view/Makefile.am
@@ -33,6 +33,7 @@ INCLUDES = \
$(XFT_CFLAGS) \
$(CAIRO_CFLAGS) \
$(FREETYPE_CFLAGS) \
+ $(FONTCONFIG_CFLAGS) \
$(X_CFLAGS)
#########################################################
@@ -52,7 +53,8 @@ pango_view_SOURCES += \
viewer-pangoft2.c
pango_view_LDADD += \
../pango/libpangoft2-$(PANGO_API_VERSION).la \
- $(FREETYPE_LIBS)
+ $(FREETYPE_LIBS) \
+ $(FONTCONFIG_LIBS)
endif
if HAVE_XFT
pango_view_SOURCES += \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]