mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-01 06:48:00 +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.
11 lines
303 B
PkgConfig
11 lines
303 B
PkgConfig
prefix=/gtk
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Pango FT2 and Pango Fc
|
|
Description: Freetype 2.0 and fontconfig font support for Pango
|
|
Version: 1.29.4
|
|
Requires: pango freetype2 fontconfig
|
|
Libs: -L${libdir} -lpangoft2-1.0
|
|
Cflags: -I${includedir}/pango-1.0
|