mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-05 05:20:29 +01: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.
12 lines
263 B
PkgConfig
12 lines
263 B
PkgConfig
prefix=/gtk
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Xrender
|
|
Description: X Render Library
|
|
Version: 0.9.6
|
|
Requires: xproto renderproto >= 0.9 x11
|
|
Requires.private: x11
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lXrender
|