After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322241 - Please switch to pkg-config to check for freetype
Please switch to pkg-config to check for freetype
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-23 14:54 UTC by Loïc Minier
Modified: 2007-02-02 12:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Loïc Minier 2005-11-23 14:54:57 UTC
Hi,

There's now a freetype2.pc, it would be nice if you could switch to this type of
configure.in check instead of relying on freetype-config and it's m4 macro.

(Unless you still want to support FreeType2 << 2.1.5.)

Thanks,
Comment 1 Olav Vitters 2005-12-29 15:50:58 UTC
Provide a patch and I'll make sure it gets committed.
Comment 2 Chris Wilson 2007-02-02 12:29:05 UTC
r1606: 2007-02-02  Chris Wilson  <chris@chris-wilson.co.uk>

	Bug 322241 – Please switch to pkg-config to check for freetype

	* configure.in:
		Prefer to use the freetype2.pc if available.