summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2009-03-30 20:40:53 +0200
committerTollef Fog Heen <tfheen@err.no>2009-03-30 20:40:53 +0200
commit02d5ae3fb61c52f642d3b6b41973f12372fcdc60 (patch)
tree6f4f2952c0d62cfd0b92be663557cc6108b21093 /parse.h
parent34657e444f7a8879ea3ed7b5d5d795fe96b231c7 (diff)
downloadpkg-config-02d5ae3fb61c52f642d3b6b41973f12372fcdc60.tar.gz
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
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h3
1 files changed, 2 insertions, 1 deletions
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);