mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 11:08:10 +02:00
The pkg-config testsuite has pretty good coverage of the implementation, but it lacks a complex case that tests the interactions of non-trivial .pc files. gtk is a very common package that meets this goal. This is a snapshot from my F16 system, and it should provide a good way to see how changes in the implementation regress a real world case.
13 lines
388 B
PkgConfig
13 lines
388 B
PkgConfig
prefix=/gtk
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: cairo
|
|
Description: Multi-platform 2D graphics library
|
|
Version: 1.10.2
|
|
|
|
Requires.private: gobject-2.0 glib-2.0 pixman-1 >= 0.18.4 fontconfig >= 2.2.95 freetype2 >= 9.7.3 libpng xrender >= 0.6 x11
|
|
Libs: -L${libdir} -lcairo
|
|
Libs.private: -lz -lz
|
|
Cflags: -I${includedir}/cairo
|