2003-04-28 11:43:32 +02:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: FreeType 2
|
|
|
|
Description: A free, high-quality, and portable font engine.
|
2003-06-01 23:30:04 +02:00
|
|
|
Version: @ft_version@
|
2003-04-28 11:43:32 +02:00
|
|
|
Requires:
|
|
|
|
Libs: -L${libdir} -lfreetype @LIBZ@
|
2005-08-26 07:50:27 +02:00
|
|
|
Cflags: -I${includedir}/freetype2 -I${includedir}
|