mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-02 10:00:16 +01:00
13 lines
335 B
PkgConfig
13 lines
335 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@
|
|
Libs: -L${libdir} -lcairo -lm @PS_SURFACE_LIBS@ @FREETYPE_LIBS@
|
|
Cflags: -I${includedir} @FREETYPE_CFLAGS@
|
|
|