mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-01 20:00:15 +01:00
12 lines
315 B
PkgConfig
12 lines
315 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @FEATURE_PC@
|
|
Description: @FEATURE_NAME@ for cairo graphics library
|
|
Version: @VERSION@
|
|
|
|
Requires: @FEATURE_BASE@ @FEATURE_REQUIRES@
|
|
Libs: @FEATURE_NONPKGCONFIG_LIBS@
|
|
Cflags: -I${includedir}/cairo @FEATURE_NONPKGCONFIG_CFLAGS@
|