summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 328ac26..fd3538e 100644
--- a/pkg.h
+++ b/pkg.h
@@ -134,6 +134,9 @@ extern char *pcsysrootdir;
*/
extern char *pkg_config_pc_path;
+/* Exit on parse errors if TRUE. */
+extern gboolean parse_strict;
+
/* If TRUE, define "prefix" in .pc files at runtime. */
extern gboolean define_prefix;