summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-03-01 20:48:51 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-03-01 20:48:51 +0000
commitc63801bd14a3ad1508c8683860f461fe3b4a9873 (patch)
treee8efb6c49ef8ea3bab74782209661a79cf86e0d3 /examples
parent9869351ea133a8e0c3814423abe3c03a268fe486 (diff)
downloadpango-c63801bd14a3ad1508c8683860f461fe3b4a9873.tar.gz
Build fixes from Andrew P. Lentvorski, Jr, #164655
2005-03-01 Owen Taylor <otaylor@redhat.com> Build fixes from Andrew P. Lentvorski, Jr, #164655 * pango/pangoft2-render.c: Duplicate the FT_LOAD_TARGET_MONO/FT_LOAD_MONOCHROME back-compat define from pangoft2.c here * examples/Makefile.am (pango_xftview_LDADD): Add X_LIBS to pango_xftview_LDADD since some old versions of xft.pc didn't add -lX11.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index dce8b604..f655b45f 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -50,7 +50,8 @@ pango_xftview_LDADD = \
../pango/libpango-$(PANGO_API_VERSION).la \
../pango/libpangoft2-$(PANGO_API_VERSION).la \
../pango/libpangoxft-$(PANGO_API_VERSION).la \
- $(XFT_LIBS)
+ $(XFT_LIBS) \
+ $(X_LIBS)
###################################################
###################################################