blob: 862063ca400eced00ee6539e6de3ff5be1fff35d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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@
|