3a317c69d6
`freetype.in'. * builds/unix/configure: Regenerated. * builds/unix/install.mk (install, uninstall): Handle `freetype.pc'. * builds/unix/freetype2.in: New file. Contains building information for the `pkg-config' package.
12 lines
260 B
Plaintext
12 lines
260 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: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lfreetype @LIBZ@
|
|
Cflags: -I${includedir}/freetype2
|