From a08c1978cb5b70f39064e1d516e5ff5059184190 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 21 Sep 2011 11:57:21 +0100 Subject: [PATCH] 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 --- build/mingw/mingw-fetch-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mingw/mingw-fetch-dependencies.sh b/build/mingw/mingw-fetch-dependencies.sh index 54028b3dd..64f1ed872 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"