From 02d5ae3fb61c52f642d3b6b41973f12372fcdc60 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 30 Mar 2009 20:40:53 +0200 Subject: 2009-03-30 Tollef Fog Heen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- parse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'parse.h') diff --git a/parse.h b/parse.h index f764f90..0da036c 100644 --- a/parse.h +++ b/parse.h @@ -23,7 +23,8 @@ #include "pkg.h" Package *parse_package_file (const char *path, gboolean ignore_requires, - gboolean ignore_private_libs); + gboolean ignore_private_libs, + gboolean ignore_requires_private); Package *get_compat_package (const char *name); -- cgit v1.2.1