author | nemo |
Sat, 14 Jul 2012 23:19:09 -0400 | |
changeset 7389 | 15c3fb4882df |
parent 5172 | 88f2e05288ba |
permissions | -rw-r--r-- |
5172 | 1 |
prefix=@prefix@ |
2 |
exec_prefix=@exec_prefix@ |
|
3 |
libdir=@libdir@ |
|
4 |
includedir=@includedir@ |
|
5 |
||
6 |
Name: FreeType 2 |
|
7 |
Description: A free, high-quality, and portable font engine. |
|
8 |
Version: @ft_version@ |
|
9 |
Requires: |
|
10 |
Libs: -L${libdir} -lfreetype |
|
11 |
Libs.private: @LIBZ@ @LIBBZ2@ @FT2_EXTRA_LIBS@ |
|
12 |
Cflags: -I${includedir}/freetype2 -I${includedir} |