summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2011-09-21 11:57:21 +0100
committerNeil Roberts <neil@linux.intel.com>2011-09-21 11:57:21 +0100
commita08c1978cb5b70f39064e1d516e5ff5059184190 (patch)
tree8c41a11643dcc0122b79abe46c7405deec41e00f
parentc2721664aac000588e0a20b0bb1f8e896b18eddc (diff)
downloadcogl-a08c1978cb5b70f39064e1d516e5ff5059184190.tar.gz
mingw-fetch-dependencies.sh: Fix a mention of Clutter
The instructions mentioned the Clutter source tree instead of the Cogl source tree. Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rwxr-xr-xbuild/mingw/mingw-fetch-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mingw/mingw-fetch-dependencies.sh b/build/mingw/mingw-fetch-dependencies.sh
index 54028b3d..64f1ed87 100755
--- a/build/mingw/mingw-fetch-dependencies.sh
+++ b/build/mingw/mingw-fetch-dependencies.sh
@@ -331,7 +331,7 @@ echo
echo "You should now have everything you need to cross compile Cogl"
echo
echo "To get started, you should be able to configure and build from"
-echo "the top of your clutter source directory as follows:"
+echo "the top of your cogl source directory as follows:"
echo
echo "./configure --host=\"$TARGET\" --target=\"$TARGET\" --build=\"\`./build/config.guess\`\" --enable-wgl CFLAGS=\"-mms-bitfields -I$ROOT_DIR/include\" PKG_CONFIG=\"$RUN_PKG_CONFIG\"" PKG_CONFIG_PATH=
echo "make"