summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2008-01-16 23:10:25 +0100
committerTollef Fog Heen <tfheen@err.no>2008-01-16 23:10:25 +0100
commited75a7dd4b9cd07286c873e97f5b470d45dbd587 (patch)
treecccbb450b6f9e209af7e578eac24f967de3b528e /pkg.h
parent138f9219b46697aa34c848aed80921f25b079e4a (diff)
downloadpkg-config-ed75a7dd4b9cd07286c873e97f5b470d45dbd587.tar.gz
2008-01-16 Tollef Fog Heen <tfheen@err.no>
* pkg.h, pkg.c (string_list_to_string), pkg-config.1, main.c (main): Add sysroot support and document same. Triggered by setting PKG_CONFIG_SYSROOT_DIR in the environment.
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 8043205..d749de4 100644
--- a/pkg.h
+++ b/pkg.h
@@ -123,6 +123,8 @@ void disable_private_libs(void);
/* If TRUE, do not automatically prefer uninstalled versions */
extern gboolean disable_uninstalled;
+extern char *pcsysrootdir;
+
#ifdef G_OS_WIN32
/* If TRUE, do not automatically define "prefix" while
* parsing each .pc file */