summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-05-14 15:56:29 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-05-14 16:09:29 -0700
commitad561f61635aa7083f88bc1b386ec9402485ab3a (patch)
treea4a9ed3d7316b5d6ce51b577fc94a094f55e5411 /README
parente2e118ec32075f93967f8a6c3ee34f1949372c3f (diff)
downloadpkg-config-ad561f61635aa7083f88bc1b386ec9402485ab3a.tar.gz
Document cross-compiling with the bundled glib
Freedesktop #11464
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 2baed98..e5e0a44 100644
--- a/README
+++ b/README
@@ -43,3 +43,11 @@ where it's installed in your system.
If this requirement is too cumbersome, a bundled copy of a recent glib
stable release is included. Pass --with-internal-glib to configure to
use this copy.
+
+If you're cross-compiling and you need to build the bundled glib, refer
+to the glib documentation for cross-compiling glib. In short, this will
+require setting some autoconf cache variables in cases where glib would
+need to run a program to determine the correct value. See the glib
+documentation:
+
+http://developer.gnome.org/glib/stable/glib-cross-compiling.html