mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-28 11:10:43 +02:00
Don't AC_SUBST a dozen different FOO_CFLAGS and FOO_LIBS. Instead, incrementally build up just CAIRO_CFLAGS and CAIRO_LIBS. Don't list flags that should get picked up via dependency information through Requires. Add description of move_to_show_surface.
13 lines
318 B
PkgConfig
13 lines
318 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: -L${libdir} -lcairo -lm
|
|
Cflags: -I${includedir} @FREETYPE_CFLAGS@
|
|
|