mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 06:20:19 +01:00
13 lines
260 B
PkgConfig
13 lines
260 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: cairo
|
|
Description: Multi-platform 2D graphics library
|
|
Version: @VERSION@
|
|
|
|
Requires: fontconfig freetype2 libic slim
|
|
Libs: -L${libdir} -lcairo -lm
|
|
Cflags: -I${includedir}
|
|
|