mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
4dc8ccf9ea
Since there is very little now left in the env.sh file generated by mingw-fetch-dependencies.sh it can be removed. What remained (The CFLAGS="-mms-bitfields" and PKG_CONFIG_PATH=$ROOT_DIR/lib/pkgconfig) can simply be passed explicitly when calling ./configure.
The mingw-fetch-dependencies.sh script in this directory automates fetching of the depndencies required to cross compile Clutter using the MinGW compiler. For a description of how to use it, see: http://wiki.clutter-project.org/wiki/BuildingClutterOnWindows