mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
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>
This commit is contained in:
parent
c2721664aa
commit
a08c1978cb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user