mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 02:10:11 +01:00
- Add all non-pkgconfig libs to Libs.private in cairo.pc - Make cairo-xlib-xrender.pc Require cairo-xlib.pc
13 lines
298 B
PkgConfig
13 lines
298 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: cairo
|
|
Description: Multi-platform 2D graphics library
|
|
Version: @VERSION@
|
|
|
|
@PKGCONFIG_REQUIRES@: @CAIRO_REQUIRES@
|
|
Libs: -L${libdir} -lcairo
|
|
Libs.private: @CAIRO_NONPKGCONFIG_LIBS@
|
|
Cflags: -I${includedir}/cairo
|