gimp r27494 - trunk
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27494 - trunk
- Date: Fri, 31 Oct 2008 11:49:59 +0000 (UTC)
Author: neo
Date: Fri Oct 31 11:49:59 2008
New Revision: 27494
URL: http://svn.gnome.org/viewvc/gimp?rev=27494&view=rev
Log:
2008-10-31 Sven Neumann <sven gimp org>
* configure.in: also check for freetype2 when checking for
pangocairo. Should fix the build on systems where the FT2
include
path is not included otherwise.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Oct 31 11:49:59 2008
@@ -496,7 +496,8 @@
PKG_CHECK_MODULES(CAIRO, cairo >= cairo_required_version)
-PKG_CHECK_MODULES(PANGOCAIRO, pangocairo >= pangocairo_required_version, :,
+PKG_CHECK_MODULES(PANGOCAIRO,
+ pangocairo >= pangocairo_required_version freetype2, :,
AC_MSG_ERROR([Test for PangoCairo failed.
*** We require Pango with the optional support for Cairo compiled in.
*** See the file 'INSTALL' for more help.]))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]