bcca86af30
* builds/unix/configure.raw: Don't generate `freetype-config' and `freetype.pc'. * builds/unix/unix-def.in (FT2_EXTRA_LIBS, LIBBZ2, LIBZ, build_libtool_libs, ft_version): New variables to be substituted. (freetype-config, freetype.pc): New rules to generate those files. * builds/unix/freetype-config.in: Remove code for handling `rpath'. The use of $rpath has been accidentally removed in a patch from 2009-12-22, and apparently noone has missed it since. Use `%' instead of `@' as a variable substitution marker. Use quotes. * builds/unix/freetype.in: Use `%' instead of `@' as a variable substitution marker. Use quotes.
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
prefix="%prefix%"
|
|
exec_prefix="%exec_prefix%"
|
|
libdir="%libdir%"
|
|
includedir="%includedir%"
|
|
|
|
Name: FreeType 2
|
|
Description: A free, high-quality, and portable font engine.
|
|
Version: %ft_version%
|
|
Requires:
|
|
Libs: -L${libdir} -lfreetype
|
|
Libs.private: %LIBZ% %LIBBZ2% %FT2_EXTRA_LIBS%
|
|
Cflags: -I${includedir}/freetype2 -I${includedir}
|