f41070fef0
Work around a bug in pkg-config version 0.28 and earlier: If a variable value gets surrounded by doublequotes (in particular values for the `prefix' variable), the prefix override mechanism fails. * builds/unix/freetype2.in: Don't use doublequotes. * builds/unix/unix-def.in (freetype.pc): Escape spaces in directory names with backslashes.
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%/freetype2
|
|
|
|
Name: FreeType 2
|
|
URL: http://freetype.org
|
|
Description: A free, high-quality, and portable font engine.
|
|
Version: %ft_version%
|
|
Requires:
|
|
Requires.private: %REQUIRES_PRIVATE%
|
|
Libs: -L${libdir} -lfreetype
|
|
Libs.private: %LIBS_PRIVATE%
|
|
Cflags: -I${includedir}
|