mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-10 18:40:24 +01:00
Add freetype flags so that things work with freetype in a non-standard location, (a little extra work here since freetype doesn't use pkg-config). Add several items culled from recent mailing list discussions. Add bugs on cache locking and surface pattern scaling.
13 lines
331 B
PkgConfig
13 lines
331 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: cairo
|
|
Description: Multi-platform 2D graphics library
|
|
Version: @VERSION@
|
|
|
|
Requires: fontconfig libpixman @XRENDER_REQUIRES@ @PNG_REQUIRES@ @GLITZ_REQUIRES@
|
|
Libs: @FREETYPE_LIBS@ -L${libdir} -lcairo
|
|
Cflags: @FREETYPE_CFLAGS@ -I${includedir}
|
|
|