18 lines
406 B
PkgConfig
18 lines
406 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
|
|
sysconfdir=${prefix}/etc
|
|
localstatedir=${prefix}/var
|
|
confdir=${prefix}/etc/fonts
|
|
cachedir=LOCAL_APPDATA_FONTCONFIG_CACHE
|
|
|
|
Name: Fontconfig
|
|
Description: Font configuration and customization library
|
|
Version: 2.15.0
|
|
Requires: freetype2 >= 21.0.15
|
|
Requires.private: expat
|
|
Libs: "-L${libdir}" -lfontconfig
|
|
Cflags: "-I${includedir}"
|
|
|