author | koda |
Thu, 14 Jun 2012 00:34:50 +0200 | |
changeset 7248 | 0ee403b190b5 |
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} |