mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-26 13:40:46 +02:00
12 lines
331 B
PkgConfig
12 lines
331 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: cairo-@backend_name@
|
|
Description: @Backend_Name@ backend for cairo graphics library
|
|
Version: @VERSION@
|
|
|
|
Requires: @BACKEND_BASE@ @BACKEND_REQUIRES@
|
|
Libs: @BACKEND_NONPKGCONFIG_LIBS@
|
|
Cflags: -I${includedir}/cairo @BACKEND_NONPKGCONFIG_CFLAGS@
|