mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-27 00:50:04 +01:00
* pkg.[ch], main.c, check/check-missing: Don't recurse Requires at all unless we need to. Add check. Again, thanks to Loïc Minier for most of the idea and the implementation.
12 lines
355 B
PkgConfig
12 lines
355 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/somedir
|
|
|
|
Name: Missing Requires test package
|
|
Description: Dummy pkgconfig test package for testing with a missing Requires
|
|
Version: 1.0.0
|
|
Requires: pkg-non-existent-dep
|
|
Libs: -L/missing-requires/lib -lmissing-requires
|
|
Cflags: -I/missing-requires/include
|
|
foodir: bar
|