[poppler] [patch] freetype_check

Hiroyuki Ikezoe poincare at ikezoe.net
Mon Aug 29 15:55:00 PDT 2005


2005-08-29 (月) の 14:58 +0200 に Albert Astals Cid さんは書きました: 
> Shouldn't we test which freetype version is it used and define the define 
> accordingly? I don't know anything about pkg-config but i'm sure you can ask 
> it about the version.

Yes.
It already exists in configure.ac before the lines of my patch as the
following:

FREETYPE_MIN_VERSION=9.5.3

PKG_CHECK_MODULES(FREETYPE, freetype2 >= $FREETYPE_MIN_VERSION,
                   [freetype_pkgconfig=yes], [freetype_pkgconfig=no])


sorry for my confusing brief patch.





More information about the poppler mailing list