mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-01 16:30:14 +01:00
Add NONPKGCONFIG_EXTRA_LIBS that are only put into the generated pc file but not used when linking. This is now used to add -lcairo-gobject to the cairo-gobject.pc file.
7 lines
291 B
PkgConfig
7 lines
291 B
PkgConfig
Name: @FEATURE_PC@
|
|
Description: @FEATURE_NAME@ for cairo graphics library
|
|
Version: @VERSION@
|
|
|
|
Requires: @FEATURE_BASE@ @FEATURE_REQUIRES@
|
|
Libs: @FEATURE_NONPKGCONFIG_LIBS@ @FEATURE_NONPKGCONFIG_EXTRA_LIBS@
|
|
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@/src @FEATURE_NONPKGCONFIG_CFLAGS@
|