mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-28 09:30:04 +01:00
* pkg.[ch], parse.[ch], main.c, check/Makefile.am, check/check-missing, check/missing-requires-private.pc: Skip Requires.private unless we need to look at them for cflags. Add test case. Thanks to Loïc Minier for most of the idea and the implementation. Debian #475031
12 lines
396 B
PkgConfig
12 lines
396 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/somedir
|
|
|
|
Name: Missing Requires.private test package
|
|
Description: Dummy package for testing with a missing Requires.private
|
|
Version: 1.0.0
|
|
Requires.private: pkg-non-existent-private-dep
|
|
Libs: -L/missing-requires-private/lib -lmissing-requires-private
|
|
Cflags: -I/missing-requires-private/include
|
|
foodir: bar
|