Bug 449482 – Build error when xft not present
authorBehdad Esfahbod <behdad@gnome.org>
Fri, 20 Jul 2007 23:43:49 +0000 (23:43 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 20 Jul 2007 23:43:49 +0000 (23:43 +0000)
2007-07-21  Behdad Esfahbod  <behdad@gnome.org>

        Bug 449482 – Build error when xft not present

        * docs/Makefile.am: Make docs build without xft.

svn path=/trunk/; revision=2373

ChangeLog
docs/Makefile.am

index 36bf35e..9b91a24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-07-21  Behdad Esfahbod  <behdad@gnome.org>
 
+       Bug 449482 – Build error when xft not present
+
+       * docs/Makefile.am: Make docs build without xft.
+
+2007-07-21  Behdad Esfahbod  <behdad@gnome.org>
+
        * modules/arabic/arabic-fc.c:
        * modules/basic/basic-fc.c:
        * modules/hebrew/hebrew-fc.c:
index 2b3cc0a..0897810 100644 (file)
@@ -53,12 +53,16 @@ INCLUDES =                  \
        $(FREETYPE_CFLAGS)      \
        $(X_CFLAGS)
 
-# libpangoxft.la pulls in libpango.la and libpangoft2.la;
+# libpangoxft.la and/or libpangocairo.la pull in libpango.la
+# and libpangoft2.la;
 # We're assuming here that we'll only regenerate the
 # HTML docs on Unix. We don't get introspection on Win32
-# specific types, but that isn't a bug deal.
+# specific types, but that isn't a big deal.
+
+if HAVE_XFT
 GTKDOC_LIBS =                                          \
        $(top_builddir)/pango/libpangoxft-1.0.la
+endif
 
 if HAVE_CAIRO
 GTKDOC_LIBS += $(top_builddir)/pango/libpangocairo-1.0.la