pkg-config/check/missing-requires-private.pc
Tollef Fog Heen 02d5ae3fb6 2009-03-30 Tollef Fog Heen <tfheen@err.no>
* 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
2009-03-30 20:40:53 +02:00

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