include pangoft2 in PANGOCAIRO_CFLAGS and PANGOCAIRO_LIBS. We are still

2008-11-01  Sven Neumann  <sven@gimp.org>

	* configure.in: include pangoft2 in PANGOCAIRO_CFLAGS and
	PANGOCAIRO_LIBS. We are still using API that is in PangoFT2.


svn path=/trunk/; revision=27518
This commit is contained in:
Sven Neumann 2008-11-01 17:33:05 +00:00 committed by Sven Neumann
parent f7287be7b5
commit 5c614fec5c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-01 Sven Neumann <sven@gimp.org>
* configure.in: include pangoft2 in PANGOCAIRO_CFLAGS and
PANGOCAIRO_LIBS. We are still using API that is in PangoFT2.
2008-11-01 Michael Natterer <mitch@gimp.org>
* app/tools/gimptool.[ch]

View File

@ -497,7 +497,7 @@ fi
PKG_CHECK_MODULES(CAIRO, cairo >= cairo_required_version)
PKG_CHECK_MODULES(PANGOCAIRO,
pangocairo >= pangocairo_required_version freetype2, :,
pangocairo >= pangocairo_required_version pangoft2, :,
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.]))