2013-02-08 12:49:41 +01:00
|
|
|
prefix="%prefix%"
|
|
|
|
exec_prefix="%exec_prefix%"
|
|
|
|
libdir="%libdir%"
|
2013-11-13 08:55:46 +01:00
|
|
|
includedir="%includedir%/freetype2"
|
2003-04-28 11:43:32 +02:00
|
|
|
|
|
|
|
Name: FreeType 2
|
|
|
|
Description: A free, high-quality, and portable font engine.
|
2013-02-08 12:49:41 +01:00
|
|
|
Version: %ft_version%
|
2003-04-28 11:43:32 +02:00
|
|
|
Requires:
|
2014-03-01 06:57:19 +01:00
|
|
|
Requires.private: %HARFBUZZ_PKG%
|
2009-03-12 09:11:12 +01:00
|
|
|
Libs: -L${libdir} -lfreetype
|
2013-08-18 18:34:05 +02:00
|
|
|
Libs.private: %LIBZ% %LIBBZ2% %LIBPNG% %FT2_EXTRA_LIBS%
|
2013-11-13 08:55:46 +01:00
|
|
|
Cflags: -I${includedir}
|