Fix Savannah bug #38235.
* 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.2.6.5
parent
a2c7eb1888
commit
bcca86af30
5 changed files with 95 additions and 30 deletions
@ -1,12 +1,12 @@ |
||||
prefix=@prefix@ |
||||
exec_prefix=@exec_prefix@ |
||||
libdir=@libdir@ |
||||
includedir=@includedir@ |
||||
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@ |
||||
Version: %ft_version% |
||||
Requires: |
||||
Libs: -L${libdir} -lfreetype |
||||
Libs.private: @LIBZ@ @LIBBZ2@ @FT2_EXTRA_LIBS@ |
||||
Libs.private: %LIBZ% %LIBBZ2% %FT2_EXTRA_LIBS% |
||||
Cflags: -I${includedir}/freetype2 -I${includedir} |
||||
|
Loading…
Reference in new issue