mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-22 09:20:43 +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.
15 lines
361 B
PkgConfig
15 lines
361 B
PkgConfig
prefix=/gtk
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
giomoduledir=${libdir}/gio/modules
|
|
glib_compile_schemas=${exec_prefix}/bin/glib-compile-schemas
|
|
|
|
Name: GIO
|
|
Description: glib I/O library
|
|
Version: 2.30.3
|
|
Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0
|
|
Libs: -L${libdir} -lgio-2.0
|
|
Libs.private: -lz -lresolv
|
|
Cflags:
|